Color spaces of #d866db
RGB | 216 | 102 | 219 |
---|---|---|---|
HSL | 0.83 | 0.62 | 0.63 |
HSV | 298° | 53° | 86° |
CMYK | 0.01 | 0.53 | 0.00 0.14 |
XYZ | 45.8565 | 29.2161 | 70.2402 |
Yxy | 29.2161 | 0.3156 | 0.2011 |
Hunter Lab | 54.0519 | 56.8447 | -39.2107 |
CIE-Lab | 60.9719 | 60.3794 | -40.1011 |
#d866db color RGB value is (216,102,219).
#d866db hex color red value is 216, green value is 102 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d866db hue: 0.83 , saturation: 0.62 and the lightness value of d866db is 0.63.
The process color (four color CMYK) of #d866db color hex is 0.01, 0.53, 0.00, 0.14. Web safe color of #d866db is #cc66cc. Color #d866db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 01100110 | 11011011 |
Octal | 330 | 146 | 333 |
Decimal | 216 | 102 | 219 |
Hex | D8 | 66 | DB |
Shades of #d866db
Tints of #d866db
RGB Percentages of Color #d866db
CMYK Percentages of Color #d866db
Complementary Color
#d866db | #69db66 |
#d866db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d866db Color Preview on White Background
Lorem ipsum dolor sit amet.
#d866db Color CSS Codes
.mybgcolor {background-color:#d866db; } .myforecolor {color:#d866db; } .mybordercolor {border:3px solid #d866db; }
#d866db Text Font Color
<p style="color:#d866db">Text here</p>
This sample text font color is #d866db
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.
#d866db Background Color
<div style="background-color:#d866db">
Div content here</div>
This div background color is #d866db
#d866db Border Color
<div style="border:3px solid #d866db">
Div here</div>
This div border color is #d866db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,102,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d866db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d866db; -webkit-box-shadow: 1px 1px 3px 2px #d866db; box-shadow: 1px 1px 3px 2px #d866db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,102,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d866db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d866db; -webkit-box-shadow: 1px 1px 3px 2px #d866db; box-shadow: 1px 1px 3px 2px #d866db;">
Div content here</div>
This div box has shadow with color #d866db
Comments
No comments written yet.
Please login to write comment.