Color spaces of #df006f
RGB | 223 | 0 | 111 |
---|---|---|---|
HSL | 0.92 | 1.00 | 0.44 |
HSV | 330° | 100° | 87° |
CMYK | 0.00 | 1.00 | 0.50 0.13 |
XYZ | 33.3007 | 16.8357 | 16.5334 |
Yxy | 16.8357 | 0.4995 | 0.2525 |
Hunter Lab | 41.0313 | 73.0644 | 4.8313 |
CIE-Lab | 48.0523 | 76.3981 | 3.7352 |
#df006f color RGB value is (223,0,111).
#df006f hex color red value is 223, green value is 0 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #df006f hue: 0.92 , saturation: 1.00 and the lightness value of df006f is 0.44.
The process color (four color CMYK) of #df006f color hex is 0.00, 1.00, 0.50, 0.13. Web safe color of #df006f is #cc0066. Color #df006f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00000000 | 01101111 |
Octal | 337 | 0 | 157 |
Decimal | 223 | 0 | 111 |
Hex | DF | 0 | 6F |
Shades of #df006f
Tints of #df006f
RGB Percentages of Color #df006f
CMYK Percentages of Color #df006f
Complementary Color
#df006f | #00df70 |
#df006f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df006f Color Preview on White Background
Lorem ipsum dolor sit amet.
#df006f Color CSS Codes
.mybgcolor {background-color:#df006f; } .myforecolor {color:#df006f; } .mybordercolor {border:3px solid #df006f; }
#df006f Text Font Color
<p style="color:#df006f">Text here</p>
This sample text font color is #df006f
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.
#df006f Background Color
<div style="background-color:#df006f">
Div content here</div>
This div background color is #df006f
#df006f Border Color
<div style="border:3px solid #df006f">
Div here</div>
This div border color is #df006f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,0,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df006f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df006f; -webkit-box-shadow: 1px 1px 3px 2px #df006f; box-shadow: 1px 1px 3px 2px #df006f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,0,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df006f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df006f; -webkit-box-shadow: 1px 1px 3px 2px #df006f; box-shadow: 1px 1px 3px 2px #df006f;">
Div content here</div>
This div box has shadow with color #df006f
Comments
No comments written yet.
Please login to write comment.