Color spaces of #d99dca
RGB | 217 | 157 | 202 |
---|---|---|---|
HSL | 0.88 | 0.44 | 0.73 |
HSV | 315° | 28° | 85° |
CMYK | 0.00 | 0.28 | 0.07 0.15 |
XYZ | 51.3329 | 43.1299 | 61.4965 |
Yxy | 43.1299 | 0.3291 | 0.2765 |
Hunter Lab | 65.6734 | 24.5943 | -9.5478 |
CIE-Lab | 71.6430 | 29.4108 | -14.2118 |
#d99dca color RGB value is (217,157,202).
#d99dca hex color red value is 217, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d99dca hue: 0.88 , saturation: 0.44 and the lightness value of d99dca is 0.73.
The process color (four color CMYK) of #d99dca color hex is 0.00, 0.28, 0.07, 0.15. Web safe color of #d99dca is #cc99cc. Color #d99dca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 10011101 | 11001010 |
Octal | 331 | 235 | 312 |
Decimal | 217 | 157 | 202 |
Hex | D9 | 9D | CA |
Shades of #d99dca
Tints of #d99dca
RGB Percentages of Color #d99dca
CMYK Percentages of Color #d99dca
Complementary Color
#d99dca | #9dd9ac |
#d99dca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d99dca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d99dca Color CSS Codes
.mybgcolor {background-color:#d99dca; } .myforecolor {color:#d99dca; } .mybordercolor {border:3px solid #d99dca; }
#d99dca Text Font Color
<p style="color:#d99dca">Text here</p>
This sample text font color is #d99dca
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.
#d99dca Background Color
<div style="background-color:#d99dca">
Div content here</div>
This div background color is #d99dca
#d99dca Border Color
<div style="border:3px solid #d99dca">
Div here</div>
This div border color is #d99dca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,157,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d99dca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d99dca; -webkit-box-shadow: 1px 1px 3px 2px #d99dca; box-shadow: 1px 1px 3px 2px #d99dca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,157,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d99dca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d99dca; -webkit-box-shadow: 1px 1px 3px 2px #d99dca; box-shadow: 1px 1px 3px 2px #d99dca;">
Div content here</div>
This div box has shadow with color #d99dca
Comments
No comments written yet.
Please login to write comment.