Color spaces of #df532f
RGB | 223 | 83 | 47 |
---|---|---|---|
HSL | 0.03 | 0.73 | 0.53 |
HSV | 12° | 79° | 87° |
CMYK | 0.00 | 0.63 | 0.79 0.13 |
XYZ | 34.0378 | 22.0797 | 5.1571 |
Yxy | 22.0797 | 0.5555 | 0.3603 |
Hunter Lab | 46.9890 | 47.0705 | 26.3852 |
CIE-Lab | 54.1115 | 52.8630 | 48.5196 |
#df532f color RGB value is (223,83,47).
#df532f hex color red value is 223, green value is 83 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #df532f hue: 0.03 , saturation: 0.73 and the lightness value of df532f is 0.53.
The process color (four color CMYK) of #df532f color hex is 0.00, 0.63, 0.79, 0.13. Web safe color of #df532f is #cc6633. Color #df532f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 01010011 | 00101111 |
Octal | 337 | 123 | 57 |
Decimal | 223 | 83 | 47 |
Hex | DF | 53 | 2F |
Shades of #df532f
Tints of #df532f
RGB Percentages of Color #df532f
CMYK Percentages of Color #df532f
Complementary Color
#df532f | #2fbbdf |
#df532f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#df532f Color Preview on White Background
Lorem ipsum dolor sit amet.
#df532f Color CSS Codes
.mybgcolor {background-color:#df532f; } .myforecolor {color:#df532f; } .mybordercolor {border:3px solid #df532f; }
#df532f Text Font Color
<p style="color:#df532f">Text here</p>
This sample text font color is #df532f
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.
#df532f Background Color
<div style="background-color:#df532f">
Div content here</div>
This div background color is #df532f
#df532f Border Color
<div style="border:3px solid #df532f">
Div here</div>
This div border color is #df532f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,83,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #df532f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #df532f; -webkit-box-shadow: 1px 1px 3px 2px #df532f; box-shadow: 1px 1px 3px 2px #df532f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,83,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #df532f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #df532f; -webkit-box-shadow: 1px 1px 3px 2px #df532f; box-shadow: 1px 1px 3px 2px #df532f;">
Div content here</div>
This div box has shadow with color #df532f
Comments
No comments written yet.
Please login to write comment.