Color spaces of #ae4daa
RGB | 174 | 77 | 170 |
---|---|---|---|
HSL | 0.84 | 0.39 | 0.49 |
HSV | 302° | 56° | 68° |
CMYK | 0.00 | 0.56 | 0.02 0.32 |
XYZ | 27.3651 | 17.2087 | 39.9095 |
Yxy | 17.2087 | 0.3239 | 0.2037 |
Hunter Lab | 41.4834 | 45.1542 | -28.0022 |
CIE-Lab | 48.5219 | 52.0470 | -31.8869 |
#ae4daa color RGB value is (174,77,170).
#ae4daa hex color red value is 174, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ae4daa hue: 0.84 , saturation: 0.39 and the lightness value of ae4daa is 0.49.
The process color (four color CMYK) of #ae4daa color hex is 0.00, 0.56, 0.02, 0.32. Web safe color of #ae4daa is #996699. Color #ae4daa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01001101 | 10101010 |
Octal | 256 | 115 | 252 |
Decimal | 174 | 77 | 170 |
Hex | AE | 4D | AA |
Shades of #ae4daa
Tints of #ae4daa
RGB Percentages of Color #ae4daa
CMYK Percentages of Color #ae4daa
Complementary Color
#ae4daa | #4dae51 |
#ae4daa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae4daa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae4daa Color CSS Codes
.mybgcolor {background-color:#ae4daa; } .myforecolor {color:#ae4daa; } .mybordercolor {border:3px solid #ae4daa; }
#ae4daa Text Font Color
<p style="color:#ae4daa">Text here</p>
This sample text font color is #ae4daa
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.
#ae4daa Background Color
<div style="background-color:#ae4daa">
Div content here</div>
This div background color is #ae4daa
#ae4daa Border Color
<div style="border:3px solid #ae4daa">
Div here</div>
This div border color is #ae4daa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,77,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae4daa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae4daa; -webkit-box-shadow: 1px 1px 3px 2px #ae4daa; box-shadow: 1px 1px 3px 2px #ae4daa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,77,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 #ae4daa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae4daa; -webkit-box-shadow: 1px 1px 3px 2px #ae4daa; box-shadow: 1px 1px 3px 2px #ae4daa;">
Div content here</div>
This div box has shadow with color #ae4daa
Comments
No comments written yet.
Please login to write comment.