Color spaces of #df565b
RGB | 223 | 86 | 91 |
---|---|---|---|
HSL | 0.99 | 0.68 | 0.61 |
HSV | 358° | 61° | 87° |
CMYK | 0.00 | 0.61 | 0.59 0.13 |
XYZ | 35.6475 | 23.0989 | 12.4772 |
Yxy | 23.0989 | 0.5005 | 0.3243 |
Hunter Lab | 48.0613 | 48.2877 | 18.2506 |
CIE-Lab | 55.1741 | 53.7941 | 25.5700 |
#df565b color RGB value is (223,86,91).
#df565b hex color red value is 223, green value is 86 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #df565b hue: 0.99 , saturation: 0.68 and the lightness value of df565b is 0.61.
The process color (four color CMYK) of #df565b color hex is 0.00, 0.61, 0.59, 0.13. Web safe color of #df565b is #cc6666. Color #df565b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01010110 | 01011011 |
Octal | 337 | 126 | 133 |
Decimal | 223 | 86 | 91 |
Hex | DF | 56 | 5B |
Shades of #df565b
Tints of #df565b
RGB Percentages of Color #df565b
CMYK Percentages of Color #df565b
Complementary Color
#df565b | #56dfda |
#df565b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df565b Color Preview on White Background
Lorem ipsum dolor sit amet.
#df565b Color CSS Codes
.mybgcolor {background-color:#df565b; } .myforecolor {color:#df565b; } .mybordercolor {border:3px solid #df565b; }
#df565b Text Font Color
<p style="color:#df565b">Text here</p>
This sample text font color is #df565b
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.
#df565b Background Color
<div style="background-color:#df565b">
Div content here</div>
This div background color is #df565b
#df565b Border Color
<div style="border:3px solid #df565b">
Div here</div>
This div border color is #df565b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,86,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df565b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df565b; -webkit-box-shadow: 1px 1px 3px 2px #df565b; box-shadow: 1px 1px 3px 2px #df565b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,86,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df565b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df565b; -webkit-box-shadow: 1px 1px 3px 2px #df565b; box-shadow: 1px 1px 3px 2px #df565b;">
Div content here</div>
This div box has shadow with color #df565b
Comments
No comments written yet.
Please login to write comment.