Color spaces of #db42df
RGB | 219 | 66 | 223 |
---|---|---|---|
HSL | 0.83 | 0.71 | 0.57 |
HSV | 298° | 70° | 87° |
CMYK | 0.02 | 0.70 | 0.00 0.13 |
XYZ | 44.4809 | 24.2842 | 72.1550 |
Yxy | 24.2842 | 0.3156 | 0.1723 |
Hunter Lab | 49.2790 | 74.8819 | -52.3179 |
CIE-Lab | 56.3712 | 76.2487 | -49.5895 |
#db42df color RGB value is (219,66,223).
#db42df hex color red value is 219, green value is 66 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #db42df hue: 0.83 , saturation: 0.71 and the lightness value of db42df is 0.57.
The process color (four color CMYK) of #db42df color hex is 0.02, 0.70, 0.00, 0.13. Web safe color of #db42df is #cc33cc. Color #db42df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 01000010 | 11011111 |
Octal | 333 | 102 | 337 |
Decimal | 219 | 66 | 223 |
Hex | DB | 42 | DF |
Shades of #db42df
Tints of #db42df
RGB Percentages of Color #db42df
CMYK Percentages of Color #db42df
Complementary Color
#db42df | #46df42 |
#db42df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#db42df Color Preview on White Background
Lorem ipsum dolor sit amet.
#db42df Color CSS Codes
.mybgcolor {background-color:#db42df; } .myforecolor {color:#db42df; } .mybordercolor {border:3px solid #db42df; }
#db42df Text Font Color
<p style="color:#db42df">Text here</p>
This sample text font color is #db42df
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.
#db42df Background Color
<div style="background-color:#db42df">
Div content here</div>
This div background color is #db42df
#db42df Border Color
<div style="border:3px solid #db42df">
Div here</div>
This div border color is #db42df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,66,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #db42df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #db42df; -webkit-box-shadow: 1px 1px 3px 2px #db42df; box-shadow: 1px 1px 3px 2px #db42df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,66,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 #db42df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #db42df; -webkit-box-shadow: 1px 1px 3px 2px #db42df; box-shadow: 1px 1px 3px 2px #db42df;">
Div content here</div>
This div box has shadow with color #db42df
Comments
No comments written yet.
Please login to write comment.