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