Color spaces of #cf731c
RGB | 207 | 115 | 28 |
---|---|---|---|
HSL | 0.08 | 0.76 | 0.46 |
HSV | 29° | 86° | 81° |
CMYK | 0.00 | 0.44 | 0.86 0.19 |
XYZ | 32.0725 | 25.6107 | 4.3516 |
Yxy | 25.6107 | 0.5170 | 0.4128 |
Hunter Lab | 50.6070 | 24.5632 | 30.3267 |
CIE-Lab | 57.6657 | 30.5735 | 58.6302 |
#cf731c color RGB value is (207,115,28).
#cf731c hex color red value is 207, green value is 115 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cf731c hue: 0.08 , saturation: 0.76 and the lightness value of cf731c is 0.46.
The process color (four color CMYK) of #cf731c color hex is 0.00, 0.44, 0.86, 0.19. Web safe color of #cf731c is #cc6633. Color #cf731c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01110011 | 00011100 |
Octal | 317 | 163 | 34 |
Decimal | 207 | 115 | 28 |
Hex | CF | 73 | 1C |
Shades of #cf731c
Tints of #cf731c
RGB Percentages of Color #cf731c
CMYK Percentages of Color #cf731c
Complementary Color
#cf731c | #1c78cf |
#cf731c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf731c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf731c Color CSS Codes
.mybgcolor {background-color:#cf731c; } .myforecolor {color:#cf731c; } .mybordercolor {border:3px solid #cf731c; }
#cf731c Text Font Color
<p style="color:#cf731c">Text here</p>
This sample text font color is #cf731c
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.
#cf731c Background Color
<div style="background-color:#cf731c">
Div content here</div>
This div background color is #cf731c
#cf731c Border Color
<div style="border:3px solid #cf731c">
Div here</div>
This div border color is #cf731c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,115,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf731c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf731c; -webkit-box-shadow: 1px 1px 3px 2px #cf731c; box-shadow: 1px 1px 3px 2px #cf731c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,115,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 #cf731c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf731c; -webkit-box-shadow: 1px 1px 3px 2px #cf731c; box-shadow: 1px 1px 3px 2px #cf731c;">
Div content here</div>
This div box has shadow with color #cf731c
Comments
No comments written yet.
Please login to write comment.