Color spaces of #db39cf
RGB | 219 | 57 | 207 |
---|---|---|---|
HSL | 0.85 | 0.69 | 0.54 |
HSV | 304° | 74° | 86° |
CMYK | 0.00 | 0.74 | 0.05 0.14 |
XYZ | 41.9390 | 22.4913 | 61.1623 |
Yxy | 22.4913 | 0.3339 | 0.1791 |
Hunter Lab | 47.4250 | 74.8579 | -43.2667 |
CIE-Lab | 54.5444 | 76.5827 | -43.3921 |
#db39cf color RGB value is (219,57,207).
#db39cf hex color red value is 219, green value is 57 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #db39cf hue: 0.85 , saturation: 0.69 and the lightness value of db39cf is 0.54.
The process color (four color CMYK) of #db39cf color hex is 0.00, 0.74, 0.05, 0.14. Web safe color of #db39cf is #cc33cc. Color #db39cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00111001 | 11001111 |
Octal | 333 | 71 | 317 |
Decimal | 219 | 57 | 207 |
Hex | DB | 39 | CF |
Shades of #db39cf
Tints of #db39cf
RGB Percentages of Color #db39cf
CMYK Percentages of Color #db39cf
Complementary Color
#db39cf | #39db45 |
#db39cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db39cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#db39cf Color CSS Codes
.mybgcolor {background-color:#db39cf; } .myforecolor {color:#db39cf; } .mybordercolor {border:3px solid #db39cf; }
#db39cf Text Font Color
<p style="color:#db39cf">Text here</p>
This sample text font color is #db39cf
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.
#db39cf Background Color
<div style="background-color:#db39cf">
Div content here</div>
This div background color is #db39cf
#db39cf Border Color
<div style="border:3px solid #db39cf">
Div here</div>
This div border color is #db39cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,57,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db39cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db39cf; -webkit-box-shadow: 1px 1px 3px 2px #db39cf; box-shadow: 1px 1px 3px 2px #db39cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,57,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 #db39cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db39cf; -webkit-box-shadow: 1px 1px 3px 2px #db39cf; box-shadow: 1px 1px 3px 2px #db39cf;">
Div content here</div>
This div box has shadow with color #db39cf
Comments
No comments written yet.
Please login to write comment.