Color spaces of #df008b
RGB | 223 | 0 | 139 |
---|---|---|---|
HSL | 0.90 | 1.00 | 0.44 |
HSV | 323° | 100° | 87° |
CMYK | 0.00 | 1.00 | 0.38 0.13 |
XYZ | 35.0916 | 17.5521 | 25.9644 |
Yxy | 17.5521 | 0.4464 | 0.2233 |
Hunter Lab | 41.8952 | 76.1956 | -7.4181 |
CIE-Lab | 48.9483 | 78.7452 | -12.0433 |
#df008b color RGB value is (223,0,139).
#df008b hex color red value is 223, green value is 0 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #df008b hue: 0.90 , saturation: 1.00 and the lightness value of df008b is 0.44.
The process color (four color CMYK) of #df008b color hex is 0.00, 1.00, 0.38, 0.13. Web safe color of #df008b is #cc0099. Color #df008b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 00000000 | 10001011 |
Octal | 337 | 0 | 213 |
Decimal | 223 | 0 | 139 |
Hex | DF | 0 | 8B |
Shades of #df008b
Tints of #df008b
RGB Percentages of Color #df008b
CMYK Percentages of Color #df008b
Complementary Color
#df008b | #00df54 |
#df008b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df008b Color Preview on White Background
Lorem ipsum dolor sit amet.
#df008b Color CSS Codes
.mybgcolor {background-color:#df008b; } .myforecolor {color:#df008b; } .mybordercolor {border:3px solid #df008b; }
#df008b Text Font Color
<p style="color:#df008b">Text here</p>
This sample text font color is #df008b
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.
#df008b Background Color
<div style="background-color:#df008b">
Div content here</div>
This div background color is #df008b
#df008b Border Color
<div style="border:3px solid #df008b">
Div here</div>
This div border color is #df008b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,0,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df008b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df008b; -webkit-box-shadow: 1px 1px 3px 2px #df008b; box-shadow: 1px 1px 3px 2px #df008b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,0,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df008b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df008b; -webkit-box-shadow: 1px 1px 3px 2px #df008b; box-shadow: 1px 1px 3px 2px #df008b;">
Div content here</div>
This div box has shadow with color #df008b
Comments
No comments written yet.
Please login to write comment.