Color spaces of #d366db
RGB | 211 | 102 | 219 |
---|---|---|---|
HSL | 0.82 | 0.62 | 0.63 |
HSV | 296° | 53° | 86° |
CMYK | 0.04 | 0.53 | 0.00 0.14 |
XYZ | 44.4015 | 28.4661 | 70.1721 |
Yxy | 28.4661 | 0.3104 | 0.1990 |
Hunter Lab | 53.3536 | 55.1809 | -40.6322 |
CIE-Lab | 60.3075 | 59.0508 | -41.1907 |
#d366db color RGB value is (211,102,219).
#d366db hex color red value is 211, green value is 102 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d366db hue: 0.82 , saturation: 0.62 and the lightness value of d366db is 0.63.
The process color (four color CMYK) of #d366db color hex is 0.04, 0.53, 0.00, 0.14. Web safe color of #d366db is #cc66cc. Color #d366db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 01100110 | 11011011 |
Octal | 323 | 146 | 333 |
Decimal | 211 | 102 | 219 |
Hex | D3 | 66 | DB |
Shades of #d366db
Tints of #d366db
RGB Percentages of Color #d366db
CMYK Percentages of Color #d366db
Complementary Color
#d366db | #6edb66 |
#d366db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d366db Color Preview on White Background
Lorem ipsum dolor sit amet.
#d366db Color CSS Codes
.mybgcolor {background-color:#d366db; } .myforecolor {color:#d366db; } .mybordercolor {border:3px solid #d366db; }
#d366db Text Font Color
<p style="color:#d366db">Text here</p>
This sample text font color is #d366db
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.
#d366db Background Color
<div style="background-color:#d366db">
Div content here</div>
This div background color is #d366db
#d366db Border Color
<div style="border:3px solid #d366db">
Div here</div>
This div border color is #d366db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,102,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d366db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d366db; -webkit-box-shadow: 1px 1px 3px 2px #d366db; box-shadow: 1px 1px 3px 2px #d366db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,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 #d366db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d366db; -webkit-box-shadow: 1px 1px 3px 2px #d366db; box-shadow: 1px 1px 3px 2px #d366db;">
Div content here</div>
This div box has shadow with color #d366db
Comments
No comments written yet.
Please login to write comment.