Color spaces of #d5aadd
RGB | 213 | 170 | 221 |
---|---|---|---|
HSL | 0.81 | 0.43 | 0.77 |
HSV | 291° | 23° | 87° |
CMYK | 0.04 | 0.23 | 0.00 0.13 |
XYZ | 54.8664 | 48.1160 | 74.8022 |
Yxy | 48.1160 | 0.3086 | 0.2706 |
Hunter Lab | 69.3657 | 19.7987 | -15.3808 |
CIE-Lab | 74.8980 | 24.5169 | -19.7535 |
#d5aadd color RGB value is (213,170,221).
#d5aadd hex color red value is 213, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d5aadd hue: 0.81 , saturation: 0.43 and the lightness value of d5aadd is 0.77.
The process color (four color CMYK) of #d5aadd color hex is 0.04, 0.23, 0.00, 0.13. Web safe color of #d5aadd is #cc99cc. Color #d5aadd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 10101010 | 11011101 |
Octal | 325 | 252 | 335 |
Decimal | 213 | 170 | 221 |
Hex | D5 | AA | DD |
Shades of #d5aadd
Tints of #d5aadd
RGB Percentages of Color #d5aadd
CMYK Percentages of Color #d5aadd
Complementary Color
#d5aadd | #b2ddaa |
#d5aadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5aadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5aadd Color CSS Codes
.mybgcolor {background-color:#d5aadd; } .myforecolor {color:#d5aadd; } .mybordercolor {border:3px solid #d5aadd; }
#d5aadd Text Font Color
<p style="color:#d5aadd">Text here</p>
This sample text font color is #d5aadd
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.
#d5aadd Background Color
<div style="background-color:#d5aadd">
Div content here</div>
This div background color is #d5aadd
#d5aadd Border Color
<div style="border:3px solid #d5aadd">
Div here</div>
This div border color is #d5aadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,170,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5aadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5aadd; -webkit-box-shadow: 1px 1px 3px 2px #d5aadd; box-shadow: 1px 1px 3px 2px #d5aadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,170,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5aadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5aadd; -webkit-box-shadow: 1px 1px 3px 2px #d5aadd; box-shadow: 1px 1px 3px 2px #d5aadd;">
Div content here</div>
This div box has shadow with color #d5aadd
Comments
No comments written yet.
Please login to write comment.