Color spaces of #db3fcc
RGB | 219 | 63 | 204 |
---|---|---|---|
HSL | 0.85 | 0.68 | 0.55 |
HSV | 306° | 71° | 86° |
CMYK | 0.00 | 0.71 | 0.07 0.14 |
XYZ | 41.8900 | 22.9747 | 59.3535 |
Yxy | 22.9747 | 0.3372 | 0.1850 |
Hunter Lab | 47.9319 | 72.1188 | -39.8657 |
CIE-Lab | 55.0463 | 74.2713 | -40.8839 |
#db3fcc color RGB value is (219,63,204).
#db3fcc hex color red value is 219, green value is 63 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #db3fcc hue: 0.85 , saturation: 0.68 and the lightness value of db3fcc is 0.55.
The process color (four color CMYK) of #db3fcc color hex is 0.00, 0.71, 0.07, 0.14. Web safe color of #db3fcc is #cc33cc. Color #db3fcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00111111 | 11001100 |
Octal | 333 | 77 | 314 |
Decimal | 219 | 63 | 204 |
Hex | DB | 3F | CC |
Shades of #db3fcc
Tints of #db3fcc
RGB Percentages of Color #db3fcc
CMYK Percentages of Color #db3fcc
Complementary Color
#db3fcc | #3fdb4e |
#db3fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db3fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#db3fcc Color CSS Codes
.mybgcolor {background-color:#db3fcc; } .myforecolor {color:#db3fcc; } .mybordercolor {border:3px solid #db3fcc; }
#db3fcc Text Font Color
<p style="color:#db3fcc">Text here</p>
This sample text font color is #db3fcc
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.
#db3fcc Background Color
<div style="background-color:#db3fcc">
Div content here</div>
This div background color is #db3fcc
#db3fcc Border Color
<div style="border:3px solid #db3fcc">
Div here</div>
This div border color is #db3fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,63,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db3fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db3fcc; -webkit-box-shadow: 1px 1px 3px 2px #db3fcc; box-shadow: 1px 1px 3px 2px #db3fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,63,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 #db3fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db3fcc; -webkit-box-shadow: 1px 1px 3px 2px #db3fcc; box-shadow: 1px 1px 3px 2px #db3fcc;">
Div content here</div>
This div box has shadow with color #db3fcc
Comments
No comments written yet.
Please login to write comment.