Color spaces of #d85dca
RGB | 216 | 93 | 202 |
---|---|---|---|
HSL | 0.85 | 0.61 | 0.61 |
HSV | 307° | 57° | 85° |
CMYK | 0.00 | 0.57 | 0.06 0.15 |
XYZ | 42.8939 | 26.6919 | 58.7684 |
Yxy | 26.6919 | 0.3342 | 0.2080 |
Hunter Lab | 51.6642 | 57.7862 | -31.2779 |
CIE-Lab | 58.6881 | 61.5896 | -34.0663 |
#d85dca color RGB value is (216,93,202).
#d85dca hex color red value is 216, green value is 93 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d85dca hue: 0.85 , saturation: 0.61 and the lightness value of d85dca is 0.61.
The process color (four color CMYK) of #d85dca color hex is 0.00, 0.57, 0.06, 0.15. Web safe color of #d85dca is #cc66cc. Color #d85dca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 01011101 | 11001010 |
Octal | 330 | 135 | 312 |
Decimal | 216 | 93 | 202 |
Hex | D8 | 5D | CA |
Shades of #d85dca
Tints of #d85dca
RGB Percentages of Color #d85dca
CMYK Percentages of Color #d85dca
Complementary Color
#d85dca | #5dd86b |
#d85dca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d85dca Color Preview on White Background
Lorem ipsum dolor sit amet.
#d85dca Color CSS Codes
.mybgcolor {background-color:#d85dca; } .myforecolor {color:#d85dca; } .mybordercolor {border:3px solid #d85dca; }
#d85dca Text Font Color
<p style="color:#d85dca">Text here</p>
This sample text font color is #d85dca
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.
#d85dca Background Color
<div style="background-color:#d85dca">
Div content here</div>
This div background color is #d85dca
#d85dca Border Color
<div style="border:3px solid #d85dca">
Div here</div>
This div border color is #d85dca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,93,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d85dca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d85dca; -webkit-box-shadow: 1px 1px 3px 2px #d85dca; box-shadow: 1px 1px 3px 2px #d85dca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,93,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 #d85dca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d85dca; -webkit-box-shadow: 1px 1px 3px 2px #d85dca; box-shadow: 1px 1px 3px 2px #d85dca;">
Div content here</div>
This div box has shadow with color #d85dca
Comments
No comments written yet.
Please login to write comment.