Color spaces of #ae097a
RGB | 174 | 9 | 122 |
---|---|---|---|
HSL | 0.89 | 0.90 | 0.36 |
HSV | 319° | 95° | 68° |
CMYK | 0.00 | 0.95 | 0.30 0.32 |
XYZ | 21.0661 | 10.5992 | 19.3479 |
Yxy | 10.5992 | 0.4130 | 0.2078 |
Hunter Lab | 32.5564 | 58.5273 | -12.4459 |
CIE-Lab | 38.8971 | 65.9629 | -17.7900 |
#ae097a color RGB value is (174,9,122).
#ae097a hex color red value is 174, green value is 9 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ae097a hue: 0.89 , saturation: 0.90 and the lightness value of ae097a is 0.36.
The process color (four color CMYK) of #ae097a color hex is 0.00, 0.95, 0.30, 0.32. Web safe color of #ae097a is #990066. Color #ae097a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00001001 | 01111010 |
Octal | 256 | 11 | 172 |
Decimal | 174 | 9 | 122 |
Hex | AE | 9 | 7A |
Shades of #ae097a
Tints of #ae097a
RGB Percentages of Color #ae097a
CMYK Percentages of Color #ae097a
Complementary Color
#ae097a | #09ae3d |
#ae097a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae097a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae097a Color CSS Codes
.mybgcolor {background-color:#ae097a; } .myforecolor {color:#ae097a; } .mybordercolor {border:3px solid #ae097a; }
#ae097a Text Font Color
<p style="color:#ae097a">Text here</p>
This sample text font color is #ae097a
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.
#ae097a Background Color
<div style="background-color:#ae097a">
Div content here</div>
This div background color is #ae097a
#ae097a Border Color
<div style="border:3px solid #ae097a">
Div here</div>
This div border color is #ae097a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,9,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae097a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae097a; -webkit-box-shadow: 1px 1px 3px 2px #ae097a; box-shadow: 1px 1px 3px 2px #ae097a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,9,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 #ae097a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae097a; -webkit-box-shadow: 1px 1px 3px 2px #ae097a; box-shadow: 1px 1px 3px 2px #ae097a;">
Div content here</div>
This div box has shadow with color #ae097a
Comments
No comments written yet.
Please login to write comment.