Color spaces of #df568a
RGB | 223 | 86 | 138 |
---|---|---|---|
HSL | 0.94 | 0.68 | 0.61 |
HSV | 337° | 61° | 87° |
CMYK | 0.00 | 0.61 | 0.38 0.13 |
XYZ | 38.3467 | 24.1785 | 26.6906 |
Yxy | 24.1785 | 0.4298 | 0.2710 |
Hunter Lab | 49.1716 | 53.1536 | 2.2373 |
CIE-Lab | 56.2661 | 57.9676 | -0.5721 |
#df568a color RGB value is (223,86,138).
#df568a hex color red value is 223, green value is 86 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #df568a hue: 0.94 , saturation: 0.68 and the lightness value of df568a is 0.61.
The process color (four color CMYK) of #df568a color hex is 0.00, 0.61, 0.38, 0.13. Web safe color of #df568a is #cc6699. Color #df568a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01010110 | 10001010 |
Octal | 337 | 126 | 212 |
Decimal | 223 | 86 | 138 |
Hex | DF | 56 | 8A |
Shades of #df568a
Tints of #df568a
RGB Percentages of Color #df568a
CMYK Percentages of Color #df568a
Complementary Color
#df568a | #56dfab |
#df568a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df568a Color Preview on White Background
Lorem ipsum dolor sit amet.
#df568a Color CSS Codes
.mybgcolor {background-color:#df568a; } .myforecolor {color:#df568a; } .mybordercolor {border:3px solid #df568a; }
#df568a Text Font Color
<p style="color:#df568a">Text here</p>
This sample text font color is #df568a
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.
#df568a Background Color
<div style="background-color:#df568a">
Div content here</div>
This div background color is #df568a
#df568a Border Color
<div style="border:3px solid #df568a">
Div here</div>
This div border color is #df568a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,86,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df568a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df568a; -webkit-box-shadow: 1px 1px 3px 2px #df568a; box-shadow: 1px 1px 3px 2px #df568a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,86,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 #df568a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df568a; -webkit-box-shadow: 1px 1px 3px 2px #df568a; box-shadow: 1px 1px 3px 2px #df568a;">
Div content here</div>
This div box has shadow with color #df568a
Comments
No comments written yet.
Please login to write comment.