Color spaces of #ae59aa
RGB | 174 | 89 | 170 |
---|---|---|---|
HSL | 0.84 | 0.34 | 0.52 |
HSV | 303° | 49° | 68° |
CMYK | 0.00 | 0.49 | 0.02 0.32 |
XYZ | 28.2836 | 19.0457 | 40.2157 |
Yxy | 19.0457 | 0.3231 | 0.2176 |
Hunter Lab | 43.6414 | 39.3119 | -24.0870 |
CIE-Lab | 50.7406 | 46.1370 | -28.4266 |
#ae59aa color RGB value is (174,89,170).
#ae59aa hex color red value is 174, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ae59aa hue: 0.84 , saturation: 0.34 and the lightness value of ae59aa is 0.52.
The process color (four color CMYK) of #ae59aa color hex is 0.00, 0.49, 0.02, 0.32. Web safe color of #ae59aa is #996699. Color #ae59aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01011001 | 10101010 |
Octal | 256 | 131 | 252 |
Decimal | 174 | 89 | 170 |
Hex | AE | 59 | AA |
Shades of #ae59aa
Tints of #ae59aa
RGB Percentages of Color #ae59aa
CMYK Percentages of Color #ae59aa
Complementary Color
#ae59aa | #59ae5d |
#ae59aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae59aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae59aa Color CSS Codes
.mybgcolor {background-color:#ae59aa; } .myforecolor {color:#ae59aa; } .mybordercolor {border:3px solid #ae59aa; }
#ae59aa Text Font Color
<p style="color:#ae59aa">Text here</p>
This sample text font color is #ae59aa
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.
#ae59aa Background Color
<div style="background-color:#ae59aa">
Div content here</div>
This div background color is #ae59aa
#ae59aa Border Color
<div style="border:3px solid #ae59aa">
Div here</div>
This div border color is #ae59aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,89,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae59aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae59aa; -webkit-box-shadow: 1px 1px 3px 2px #ae59aa; box-shadow: 1px 1px 3px 2px #ae59aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,89,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae59aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae59aa; -webkit-box-shadow: 1px 1px 3px 2px #ae59aa; box-shadow: 1px 1px 3px 2px #ae59aa;">
Div content here</div>
This div box has shadow with color #ae59aa
Comments
No comments written yet.
Please login to write comment.