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