Color spaces of #d85dac
RGB | 216 | 93 | 172 |
---|---|---|---|
HSL | 0.89 | 0.61 | 0.61 |
HSV | 321° | 57° | 85° |
CMYK | 0.00 | 0.57 | 0.20 0.15 |
XYZ | 39.6796 | 25.4062 | 41.8423 |
Yxy | 25.4062 | 0.3711 | 0.2376 |
Hunter Lab | 50.4046 | 52.3112 | -13.9352 |
CIE-Lab | 57.4691 | 57.0142 | -18.7350 |
#d85dac color RGB value is (216,93,172).
#d85dac hex color red value is 216, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d85dac hue: 0.89 , saturation: 0.61 and the lightness value of d85dac is 0.61.
The process color (four color CMYK) of #d85dac color hex is 0.00, 0.57, 0.20, 0.15. Web safe color of #d85dac is #cc6699. Color #d85dac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 01011101 | 10101100 |
Octal | 330 | 135 | 254 |
Decimal | 216 | 93 | 172 |
Hex | D8 | 5D | AC |
Shades of #d85dac
Tints of #d85dac
RGB Percentages of Color #d85dac
CMYK Percentages of Color #d85dac
Complementary Color
#d85dac | #5dd889 |
#d85dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d85dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#d85dac Color CSS Codes
.mybgcolor {background-color:#d85dac; } .myforecolor {color:#d85dac; } .mybordercolor {border:3px solid #d85dac; }
#d85dac Text Font Color
<p style="color:#d85dac">Text here</p>
This sample text font color is #d85dac
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.
#d85dac Background Color
<div style="background-color:#d85dac">
Div content here</div>
This div background color is #d85dac
#d85dac Border Color
<div style="border:3px solid #d85dac">
Div here</div>
This div border color is #d85dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,93,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d85dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d85dac; -webkit-box-shadow: 1px 1px 3px 2px #d85dac; box-shadow: 1px 1px 3px 2px #d85dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,93,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d85dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d85dac; -webkit-box-shadow: 1px 1px 3px 2px #d85dac; box-shadow: 1px 1px 3px 2px #d85dac;">
Div content here</div>
This div box has shadow with color #d85dac
Comments
No comments written yet.
Please login to write comment.