Color spaces of #ae627a
RGB | 174 | 98 | 122 |
---|---|---|---|
HSL | 0.95 | 0.32 | 0.53 |
HSV | 341° | 44° | 68° |
CMYK | 0.00 | 0.44 | 0.30 0.32 |
XYZ | 25.3361 | 19.1392 | 20.7712 |
Yxy | 19.1392 | 0.3883 | 0.2933 |
Hunter Lab | 43.7484 | 26.8155 | 2.4737 |
CIE-Lab | 50.8497 | 33.6433 | 0.1258 |
#ae627a color RGB value is (174,98,122).
#ae627a hex color red value is 174, green value is 98 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ae627a hue: 0.95 , saturation: 0.32 and the lightness value of ae627a is 0.53.
The process color (four color CMYK) of #ae627a color hex is 0.00, 0.44, 0.30, 0.32. Web safe color of #ae627a is #996666. Color #ae627a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01100010 | 01111010 |
Octal | 256 | 142 | 172 |
Decimal | 174 | 98 | 122 |
Hex | AE | 62 | 7A |
Shades of #ae627a
Tints of #ae627a
RGB Percentages of Color #ae627a
CMYK Percentages of Color #ae627a
Complementary Color
#ae627a | #62ae96 |
#ae627a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae627a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae627a Color CSS Codes
.mybgcolor {background-color:#ae627a; } .myforecolor {color:#ae627a; } .mybordercolor {border:3px solid #ae627a; }
#ae627a Text Font Color
<p style="color:#ae627a">Text here</p>
This sample text font color is #ae627a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ae627a Background Color
<div style="background-color:#ae627a">
Div content here</div>
This div background color is #ae627a
#ae627a Border Color
<div style="border:3px solid #ae627a">
Div here</div>
This div border color is #ae627a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,98,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae627a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae627a; -webkit-box-shadow: 1px 1px 3px 2px #ae627a; box-shadow: 1px 1px 3px 2px #ae627a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,98,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae627a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae627a; -webkit-box-shadow: 1px 1px 3px 2px #ae627a; box-shadow: 1px 1px 3px 2px #ae627a;">
Div content here</div>
This div box has shadow with color #ae627a
Comments
No comments written yet.
Please login to write comment.