Color spaces of #cf531c
RGB | 207 | 83 | 28 |
---|---|---|---|
HSL | 0.05 | 0.76 | 0.46 |
HSV | 18° | 86° | 81° |
CMYK | 0.00 | 0.60 | 0.86 0.19 |
XYZ | 29.0350 | 19.5358 | 3.3391 |
Yxy | 19.5358 | 0.5593 | 0.3763 |
Hunter Lab | 44.1993 | 39.9097 | 26.4604 |
CIE-Lab | 51.3083 | 46.6206 | 53.4470 |
#cf531c color RGB value is (207,83,28).
#cf531c hex color red value is 207, green value is 83 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cf531c hue: 0.05 , saturation: 0.76 and the lightness value of cf531c is 0.46.
The process color (four color CMYK) of #cf531c color hex is 0.00, 0.60, 0.86, 0.19. Web safe color of #cf531c is #cc6633. Color #cf531c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01010011 | 00011100 |
Octal | 317 | 123 | 34 |
Decimal | 207 | 83 | 28 |
Hex | CF | 53 | 1C |
Shades of #cf531c
Tints of #cf531c
RGB Percentages of Color #cf531c
CMYK Percentages of Color #cf531c
Complementary Color
#cf531c | #1c98cf |
#cf531c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf531c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf531c Color CSS Codes
.mybgcolor {background-color:#cf531c; } .myforecolor {color:#cf531c; } .mybordercolor {border:3px solid #cf531c; }
#cf531c Text Font Color
<p style="color:#cf531c">Text here</p>
This sample text font color is #cf531c
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.
#cf531c Background Color
<div style="background-color:#cf531c">
Div content here</div>
This div background color is #cf531c
#cf531c Border Color
<div style="border:3px solid #cf531c">
Div here</div>
This div border color is #cf531c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,83,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf531c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf531c; -webkit-box-shadow: 1px 1px 3px 2px #cf531c; box-shadow: 1px 1px 3px 2px #cf531c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,83,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf531c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf531c; -webkit-box-shadow: 1px 1px 3px 2px #cf531c; box-shadow: 1px 1px 3px 2px #cf531c;">
Div content here</div>
This div box has shadow with color #cf531c
Comments
No comments written yet.
Please login to write comment.