Color spaces of #db51cf
RGB | 219 | 81 | 207 |
---|---|---|---|
HSL | 0.85 | 0.66 | 0.59 |
HSV | 305° | 63° | 86° |
CMYK | 0.00 | 0.63 | 0.05 0.14 |
XYZ | 43.4183 | 25.4499 | 61.6554 |
Yxy | 25.4499 | 0.3326 | 0.1950 |
Hunter Lab | 50.4479 | 65.3433 | -37.1483 |
CIE-Lab | 57.5112 | 68.2190 | -38.7194 |
#db51cf color RGB value is (219,81,207).
#db51cf hex color red value is 219, green value is 81 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #db51cf hue: 0.85 , saturation: 0.66 and the lightness value of db51cf is 0.59.
The process color (four color CMYK) of #db51cf color hex is 0.00, 0.63, 0.05, 0.14. Web safe color of #db51cf is #cc66cc. Color #db51cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01010001 | 11001111 |
Octal | 333 | 121 | 317 |
Decimal | 219 | 81 | 207 |
Hex | DB | 51 | CF |
Shades of #db51cf
Tints of #db51cf
RGB Percentages of Color #db51cf
CMYK Percentages of Color #db51cf
Complementary Color
#db51cf | #51db5d |
#db51cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db51cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#db51cf Color CSS Codes
.mybgcolor {background-color:#db51cf; } .myforecolor {color:#db51cf; } .mybordercolor {border:3px solid #db51cf; }
#db51cf Text Font Color
<p style="color:#db51cf">Text here</p>
This sample text font color is #db51cf
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.
#db51cf Background Color
<div style="background-color:#db51cf">
Div content here</div>
This div background color is #db51cf
#db51cf Border Color
<div style="border:3px solid #db51cf">
Div here</div>
This div border color is #db51cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,81,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db51cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db51cf; -webkit-box-shadow: 1px 1px 3px 2px #db51cf; box-shadow: 1px 1px 3px 2px #db51cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,81,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 #db51cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db51cf; -webkit-box-shadow: 1px 1px 3px 2px #db51cf; box-shadow: 1px 1px 3px 2px #db51cf;">
Div content here</div>
This div box has shadow with color #db51cf
Comments
No comments written yet.
Please login to write comment.