Color spaces of #df029a
RGB | 223 | 2 | 154 |
---|---|---|---|
HSL | 0.89 | 0.98 | 0.44 |
HSV | 319° | 99° | 87° |
CMYK | 0.00 | 0.99 | 0.31 0.13 |
XYZ | 36.2859 | 18.0645 | 32.1462 |
Yxy | 18.0645 | 0.4195 | 0.2088 |
Hunter Lab | 42.5024 | 78.0132 | -15.0917 |
CIE-Lab | 49.5742 | 80.0710 | -20.1151 |
#df029a color RGB value is (223,2,154).
#df029a hex color red value is 223, green value is 2 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #df029a hue: 0.89 , saturation: 0.98 and the lightness value of df029a is 0.44.
The process color (four color CMYK) of #df029a color hex is 0.00, 0.99, 0.31, 0.13. Web safe color of #df029a is #cc0099. Color #df029a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00000010 | 10011010 |
Octal | 337 | 2 | 232 |
Decimal | 223 | 2 | 154 |
Hex | DF | 2 | 9A |
Shades of #df029a
Tints of #df029a
RGB Percentages of Color #df029a
CMYK Percentages of Color #df029a
Complementary Color
#df029a | #02df47 |
#df029a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df029a Color Preview on White Background
Lorem ipsum dolor sit amet.
#df029a Color CSS Codes
.mybgcolor {background-color:#df029a; } .myforecolor {color:#df029a; } .mybordercolor {border:3px solid #df029a; }
#df029a Text Font Color
<p style="color:#df029a">Text here</p>
This sample text font color is #df029a
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.
#df029a Background Color
<div style="background-color:#df029a">
Div content here</div>
This div background color is #df029a
#df029a Border Color
<div style="border:3px solid #df029a">
Div here</div>
This div border color is #df029a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,2,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df029a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df029a; -webkit-box-shadow: 1px 1px 3px 2px #df029a; box-shadow: 1px 1px 3px 2px #df029a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,2,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df029a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df029a; -webkit-box-shadow: 1px 1px 3px 2px #df029a; box-shadow: 1px 1px 3px 2px #df029a;">
Div content here</div>
This div box has shadow with color #df029a
Comments
No comments written yet.
Please login to write comment.