Color spaces of #cf611e
RGB | 207 | 97 | 30 |
---|---|---|---|
HSL | 0.06 | 0.75 | 0.46 |
HSV | 23° | 86° | 81° |
CMYK | 0.00 | 0.53 | 0.86 0.19 |
XYZ | 30.2412 | 21.9085 | 3.8632 |
Yxy | 21.9085 | 0.5399 | 0.3911 |
Hunter Lab | 46.8065 | 33.4156 | 27.8710 |
CIE-Lab | 53.9298 | 39.9209 | 54.8494 |
#cf611e color RGB value is (207,97,30).
#cf611e hex color red value is 207, green value is 97 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cf611e hue: 0.06 , saturation: 0.75 and the lightness value of cf611e is 0.46.
The process color (four color CMYK) of #cf611e color hex is 0.00, 0.53, 0.86, 0.19. Web safe color of #cf611e is #cc6633. Color #cf611e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01100001 | 00011110 |
Octal | 317 | 141 | 36 |
Decimal | 207 | 97 | 30 |
Hex | CF | 61 | 1E |
Shades of #cf611e
Tints of #cf611e
RGB Percentages of Color #cf611e
CMYK Percentages of Color #cf611e
Complementary Color
#cf611e | #1e8ccf |
#cf611e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf611e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf611e Color CSS Codes
.mybgcolor {background-color:#cf611e; } .myforecolor {color:#cf611e; } .mybordercolor {border:3px solid #cf611e; }
#cf611e Text Font Color
<p style="color:#cf611e">Text here</p>
This sample text font color is #cf611e
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.
#cf611e Background Color
<div style="background-color:#cf611e">
Div content here</div>
This div background color is #cf611e
#cf611e Border Color
<div style="border:3px solid #cf611e">
Div here</div>
This div border color is #cf611e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,97,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf611e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf611e; -webkit-box-shadow: 1px 1px 3px 2px #cf611e; box-shadow: 1px 1px 3px 2px #cf611e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,97,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf611e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf611e; -webkit-box-shadow: 1px 1px 3px 2px #cf611e; box-shadow: 1px 1px 3px 2px #cf611e;">
Div content here</div>
This div box has shadow with color #cf611e
Comments
No comments written yet.
Please login to write comment.