Color spaces of #d073db
RGB | 208 | 115 | 219 |
---|---|---|---|
HSL | 0.82 | 0.59 | 0.65 |
HSV | 294° | 47° | 86° |
CMYK | 0.05 | 0.47 | 0.00 0.14 |
XYZ | 44.9293 | 30.7858 | 70.5921 |
Yxy | 30.7858 | 0.3071 | 0.2104 |
Hunter Lab | 55.4850 | 47.4429 | -36.5937 |
CIE-Lab | 62.3264 | 51.8799 | -38.0538 |
#d073db color RGB value is (208,115,219).
#d073db hex color red value is 208, green value is 115 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d073db hue: 0.82 , saturation: 0.59 and the lightness value of d073db is 0.65.
The process color (four color CMYK) of #d073db color hex is 0.05, 0.47, 0.00, 0.14. Web safe color of #d073db is #cc66cc. Color #d073db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01110011 | 11011011 |
Octal | 320 | 163 | 333 |
Decimal | 208 | 115 | 219 |
Hex | D0 | 73 | DB |
Shades of #d073db
Tints of #d073db
RGB Percentages of Color #d073db
CMYK Percentages of Color #d073db
Complementary Color
#d073db | #7edb73 |
#d073db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d073db Color Preview on White Background
Lorem ipsum dolor sit amet.
#d073db Color CSS Codes
.mybgcolor {background-color:#d073db; } .myforecolor {color:#d073db; } .mybordercolor {border:3px solid #d073db; }
#d073db Text Font Color
<p style="color:#d073db">Text here</p>
This sample text font color is #d073db
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.
#d073db Background Color
<div style="background-color:#d073db">
Div content here</div>
This div background color is #d073db
#d073db Border Color
<div style="border:3px solid #d073db">
Div here</div>
This div border color is #d073db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,115,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d073db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d073db; -webkit-box-shadow: 1px 1px 3px 2px #d073db; box-shadow: 1px 1px 3px 2px #d073db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,115,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 #d073db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d073db; -webkit-box-shadow: 1px 1px 3px 2px #d073db; box-shadow: 1px 1px 3px 2px #d073db;">
Div content here</div>
This div box has shadow with color #d073db
Comments
No comments written yet.
Please login to write comment.