Color spaces of #d667dc
RGB | 214 | 103 | 220 |
---|---|---|---|
HSL | 0.82 | 0.63 | 0.63 |
HSV | 297° | 53° | 86° |
CMYK | 0.03 | 0.53 | 0.00 0.14 |
XYZ | 45.5001 | 29.1639 | 70.9412 |
Yxy | 29.1639 | 0.3125 | 0.2003 |
Hunter Lab | 54.0036 | 55.8867 | -40.0831 |
CIE-Lab | 60.9260 | 59.5586 | -40.7531 |
#d667dc color RGB value is (214,103,220).
#d667dc hex color red value is 214, green value is 103 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d667dc hue: 0.82 , saturation: 0.63 and the lightness value of d667dc is 0.63.
The process color (four color CMYK) of #d667dc color hex is 0.03, 0.53, 0.00, 0.14. Web safe color of #d667dc is #cc66cc. Color #d667dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 01100111 | 11011100 |
Octal | 326 | 147 | 334 |
Decimal | 214 | 103 | 220 |
Hex | D6 | 67 | DC |
Shades of #d667dc
Tints of #d667dc
RGB Percentages of Color #d667dc
CMYK Percentages of Color #d667dc
Complementary Color
#d667dc | #6ddc67 |
#d667dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d667dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d667dc Color CSS Codes
.mybgcolor {background-color:#d667dc; } .myforecolor {color:#d667dc; } .mybordercolor {border:3px solid #d667dc; }
#d667dc Text Font Color
<p style="color:#d667dc">Text here</p>
This sample text font color is #d667dc
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.
#d667dc Background Color
<div style="background-color:#d667dc">
Div content here</div>
This div background color is #d667dc
#d667dc Border Color
<div style="border:3px solid #d667dc">
Div here</div>
This div border color is #d667dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,103,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d667dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d667dc; -webkit-box-shadow: 1px 1px 3px 2px #d667dc; box-shadow: 1px 1px 3px 2px #d667dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,103,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d667dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d667dc; -webkit-box-shadow: 1px 1px 3px 2px #d667dc; box-shadow: 1px 1px 3px 2px #d667dc;">
Div content here</div>
This div box has shadow with color #d667dc
Comments
No comments written yet.
Please login to write comment.