Color spaces of #da9aaa
RGB | 218 | 154 | 170 |
---|---|---|---|
HSL | 0.96 | 0.46 | 0.73 |
HSV | 345° | 29° | 85° |
CMYK | 0.00 | 0.29 | 0.22 0.15 |
XYZ | 47.7247 | 40.9189 | 43.4130 |
Yxy | 40.9189 | 0.3614 | 0.3099 |
Hunter Lab | 63.9679 | 21.2302 | 4.5393 |
CIE-Lab | 70.1191 | 26.2067 | 1.2782 |
#da9aaa color RGB value is (218,154,170).
#da9aaa hex color red value is 218, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #da9aaa hue: 0.96 , saturation: 0.46 and the lightness value of da9aaa is 0.73.
The process color (four color CMYK) of #da9aaa color hex is 0.00, 0.29, 0.22, 0.15. Web safe color of #da9aaa is #cc9999. Color #da9aaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10011010 | 10101010 |
Octal | 332 | 232 | 252 |
Decimal | 218 | 154 | 170 |
Hex | DA | 9A | AA |
Shades of #da9aaa
Tints of #da9aaa
RGB Percentages of Color #da9aaa
CMYK Percentages of Color #da9aaa
Complementary Color
#da9aaa | #9adaca |
#da9aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#da9aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#da9aaa Color CSS Codes
.mybgcolor {background-color:#da9aaa; } .myforecolor {color:#da9aaa; } .mybordercolor {border:3px solid #da9aaa; }
#da9aaa Text Font Color
<p style="color:#da9aaa">Text here</p>
This sample text font color is #da9aaa
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.
#da9aaa Background Color
<div style="background-color:#da9aaa">
Div content here</div>
This div background color is #da9aaa
#da9aaa Border Color
<div style="border:3px solid #da9aaa">
Div here</div>
This div border color is #da9aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,154,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #da9aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #da9aaa; -webkit-box-shadow: 1px 1px 3px 2px #da9aaa; box-shadow: 1px 1px 3px 2px #da9aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,154,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 #da9aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #da9aaa; -webkit-box-shadow: 1px 1px 3px 2px #da9aaa; box-shadow: 1px 1px 3px 2px #da9aaa;">
Div content here</div>
This div box has shadow with color #da9aaa
Comments
No comments written yet.
Please login to write comment.