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