Color spaces of #df059f
RGB | 223 | 5 | 159 |
---|---|---|---|
HSL | 0.88 | 0.96 | 0.45 |
HSV | 318° | 98° | 87° |
CMYK | 0.00 | 0.98 | 0.29 0.13 |
XYZ | 36.7437 | 18.2997 | 34.3965 |
Yxy | 18.2997 | 0.4108 | 0.2046 |
Hunter Lab | 42.7781 | 78.4583 | -17.7284 |
CIE-Lab | 49.8576 | 80.3686 | -22.6642 |
#df059f color RGB value is (223,5,159).
#df059f hex color red value is 223, green value is 5 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #df059f hue: 0.88 , saturation: 0.96 and the lightness value of df059f is 0.45.
The process color (four color CMYK) of #df059f color hex is 0.00, 0.98, 0.29, 0.13. Web safe color of #df059f is #cc0099. Color #df059f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00000101 | 10011111 |
Octal | 337 | 5 | 237 |
Decimal | 223 | 5 | 159 |
Hex | DF | 5 | 9F |
Shades of #df059f
Tints of #df059f
RGB Percentages of Color #df059f
CMYK Percentages of Color #df059f
Complementary Color
#df059f | #05df45 |
#df059f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df059f Color Preview on White Background
Lorem ipsum dolor sit amet.
#df059f Color CSS Codes
.mybgcolor {background-color:#df059f; } .myforecolor {color:#df059f; } .mybordercolor {border:3px solid #df059f; }
#df059f Text Font Color
<p style="color:#df059f">Text here</p>
This sample text font color is #df059f
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.
#df059f Background Color
<div style="background-color:#df059f">
Div content here</div>
This div background color is #df059f
#df059f Border Color
<div style="border:3px solid #df059f">
Div here</div>
This div border color is #df059f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,5,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df059f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df059f; -webkit-box-shadow: 1px 1px 3px 2px #df059f; box-shadow: 1px 1px 3px 2px #df059f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,5,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df059f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df059f; -webkit-box-shadow: 1px 1px 3px 2px #df059f; box-shadow: 1px 1px 3px 2px #df059f;">
Div content here</div>
This div box has shadow with color #df059f
Comments
No comments written yet.
Please login to write comment.