Hex | ae2052 |
RGB | 174 , 32 , 81 |
RGB % | 60.6, 11.1, 28.2 |
HSL | 338.9, 68.9, 40.4 |
HSV | 338.9, 81.6, 68.2 |
CMYK | 0,208.1,134.8,81 |
XYZ | 0.195, 0.106, 0.09 |
xyY | 0.498, 0.272, 0.106 |
CIE-LAB | 0.39, 0.579, 0.076 |
CIE-LUV | 0.39, 0.914, -0.019 |
CIE-HCL | 7.507, 0.584, 0.39 |
Binary | 10101110,00100000,01010001 |
#ae2052 HTML/CSS Color Name is Old Rose / Pantone 7425 C / Red.
In a RGB color space, #ae2052 color RGB value is (Red:174,Green:32,Blue:81). it is composed of 60.6% red, 11.1% green and 28.2% blue. The process color (four color CMYK) of #ae2052 color hex is 0,208.1,134.8,81. HSL of color #ae2052 hue: 338.9 , saturation: 68.9 and the lightness value of ae2052 is 40.4. Mainly color is Red. Reverse color is: #51dfae.
The color codes conversion takes 2.118551 milliseconds.
.bgcolor {background-color:#ae2052; .textcolor {color:#ae2052; } .bordercolor {border:3px solid #ae2052; }
<p style="color:#ae2052">Text here</p>
<p style="background-color:#ae2052;">Content here</p>
<div style="border:1px solid #ae2052;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #ae2052; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae2052; -webkit-box-shadow: 1px 1px 3px 2px #ae2052; box-shadow: 1px 1px 3px 2px #ae2052; }
<p style="text-shadow: 4px 4px 2px #ae2052">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae2052; -webkit-box-shadow: 1px 1px 3px 2px #ae2052; box-shadow: 1px 1px 3px 2px #ae2052;">
Content here</div>