Color spaces of #df139e
RGB | 223 | 19 | 158 |
---|---|---|---|
HSL | 0.89 | 0.84 | 0.47 |
HSV | 319° | 91° | 87° |
CMYK | 0.00 | 0.91 | 0.29 0.13 |
XYZ | 36.8359 | 18.6223 | 34.0008 |
Yxy | 18.6223 | 0.4118 | 0.2082 |
Hunter Lab | 43.1536 | 76.8489 | -16.5072 |
CIE-Lab | 50.2424 | 79.0147 | -21.4765 |
#df139e color RGB value is (223,19,158).
#df139e hex color red value is 223, green value is 19 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #df139e hue: 0.89 , saturation: 0.84 and the lightness value of df139e is 0.47.
The process color (four color CMYK) of #df139e color hex is 0.00, 0.91, 0.29, 0.13. Web safe color of #df139e is #cc0099. Color #df139e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00010011 | 10011110 |
Octal | 337 | 23 | 236 |
Decimal | 223 | 19 | 158 |
Hex | DF | 13 | 9E |
Shades of #df139e
Tints of #df139e
RGB Percentages of Color #df139e
CMYK Percentages of Color #df139e
Complementary Color
#df139e | #13df54 |
#df139e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df139e Color Preview on White Background
Lorem ipsum dolor sit amet.
#df139e Color CSS Codes
.mybgcolor {background-color:#df139e; } .myforecolor {color:#df139e; } .mybordercolor {border:3px solid #df139e; }
#df139e Text Font Color
<p style="color:#df139e">Text here</p>
This sample text font color is #df139e
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.
#df139e Background Color
<div style="background-color:#df139e">
Div content here</div>
This div background color is #df139e
#df139e Border Color
<div style="border:3px solid #df139e">
Div here</div>
This div border color is #df139e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,19,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df139e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df139e; -webkit-box-shadow: 1px 1px 3px 2px #df139e; box-shadow: 1px 1px 3px 2px #df139e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,19,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df139e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df139e; -webkit-box-shadow: 1px 1px 3px 2px #df139e; box-shadow: 1px 1px 3px 2px #df139e;">
Div content here</div>
This div box has shadow with color #df139e
Comments
No comments written yet.
Please login to write comment.