Color spaces of #db15df
RGB | 219 | 21 | 223 |
---|---|---|---|
HSL | 0.83 | 0.83 | 0.48 |
HSV | 299° | 91° | 87° |
CMYK | 0.02 | 0.91 | 0.00 0.13 |
XYZ | 42.8009 | 20.9241 | 71.5949 |
Yxy | 20.9241 | 0.3163 | 0.1546 |
Hunter Lab | 45.7429 | 86.9697 | -60.7783 |
CIE-Lab | 52.8663 | 86.4059 | -55.1801 |
#db15df color RGB value is (219,21,223).
#db15df hex color red value is 219, green value is 21 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #db15df hue: 0.83 , saturation: 0.83 and the lightness value of db15df is 0.48.
The process color (four color CMYK) of #db15df color hex is 0.02, 0.91, 0.00, 0.13. Web safe color of #db15df is #cc00cc. Color #db15df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 00010101 | 11011111 |
Octal | 333 | 25 | 337 |
Decimal | 219 | 21 | 223 |
Hex | DB | 15 | DF |
Shades of #db15df
Tints of #db15df
RGB Percentages of Color #db15df
CMYK Percentages of Color #db15df
Complementary Color
#db15df | #19df15 |
#db15df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db15df Color Preview on White Background
Lorem ipsum dolor sit amet.
#db15df Color CSS Codes
.mybgcolor {background-color:#db15df; } .myforecolor {color:#db15df; } .mybordercolor {border:3px solid #db15df; }
#db15df Text Font Color
<p style="color:#db15df">Text here</p>
This sample text font color is #db15df
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.
#db15df Background Color
<div style="background-color:#db15df">
Div content here</div>
This div background color is #db15df
#db15df Border Color
<div style="border:3px solid #db15df">
Div here</div>
This div border color is #db15df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,21,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db15df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db15df; -webkit-box-shadow: 1px 1px 3px 2px #db15df; box-shadow: 1px 1px 3px 2px #db15df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,21,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #db15df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db15df; -webkit-box-shadow: 1px 1px 3px 2px #db15df; box-shadow: 1px 1px 3px 2px #db15df;">
Div content here</div>
This div box has shadow with color #db15df
Comments
No comments written yet.
Please login to write comment.