Color spaces of #db03cf
RGB | 219 | 3 | 207 |
---|---|---|---|
HSL | 0.84 | 0.97 | 0.44 |
HSV | 303° | 99° | 86° |
CMYK | 0.00 | 0.99 | 0.05 0.14 |
XYZ | 40.5085 | 19.6302 | 60.6855 |
Yxy | 19.6302 | 0.3353 | 0.1625 |
Hunter Lab | 44.3060 | 85.6652 | -50.1948 |
CIE-Lab | 51.4165 | 85.6871 | -48.3552 |
#db03cf color RGB value is (219,3,207).
#db03cf hex color red value is 219, green value is 3 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #db03cf hue: 0.84 , saturation: 0.97 and the lightness value of db03cf is 0.44.
The process color (four color CMYK) of #db03cf color hex is 0.00, 0.99, 0.05, 0.14. Web safe color of #db03cf is #cc00cc. Color #db03cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00000011 | 11001111 |
Octal | 333 | 3 | 317 |
Decimal | 219 | 3 | 207 |
Hex | DB | 3 | CF |
Shades of #db03cf
Tints of #db03cf
RGB Percentages of Color #db03cf
CMYK Percentages of Color #db03cf
Complementary Color
#db03cf | #03db0f |
#db03cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db03cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#db03cf Color CSS Codes
.mybgcolor {background-color:#db03cf; } .myforecolor {color:#db03cf; } .mybordercolor {border:3px solid #db03cf; }
#db03cf Text Font Color
<p style="color:#db03cf">Text here</p>
This sample text font color is #db03cf
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.
#db03cf Background Color
<div style="background-color:#db03cf">
Div content here</div>
This div background color is #db03cf
#db03cf Border Color
<div style="border:3px solid #db03cf">
Div here</div>
This div border color is #db03cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,3,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db03cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db03cf; -webkit-box-shadow: 1px 1px 3px 2px #db03cf; box-shadow: 1px 1px 3px 2px #db03cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,3,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db03cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db03cf; -webkit-box-shadow: 1px 1px 3px 2px #db03cf; box-shadow: 1px 1px 3px 2px #db03cf;">
Div content here</div>
This div box has shadow with color #db03cf
Comments
No comments written yet.
Please login to write comment.