Color spaces of #cf5827
RGB | 207 | 88 | 39 |
---|---|---|---|
HSL | 0.05 | 0.68 | 0.48 |
HSV | 18° | 81° | 81° |
CMYK | 0.00 | 0.57 | 0.81 0.19 |
XYZ | 29.5881 | 20.3913 | 4.2959 |
Yxy | 20.3913 | 0.5451 | 0.3757 |
Hunter Lab | 45.1567 | 37.9345 | 25.9693 |
CIE-Lab | 52.2768 | 44.5708 | 49.6320 |
#cf5827 color RGB value is (207,88,39).
#cf5827 hex color red value is 207, green value is 88 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #cf5827 hue: 0.05 , saturation: 0.68 and the lightness value of cf5827 is 0.48.
The process color (four color CMYK) of #cf5827 color hex is 0.00, 0.57, 0.81, 0.19. Web safe color of #cf5827 is #cc6633. Color #cf5827 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01011000 | 00100111 |
Octal | 317 | 130 | 47 |
Decimal | 207 | 88 | 39 |
Hex | CF | 58 | 27 |
Shades of #cf5827
Tints of #cf5827
RGB Percentages of Color #cf5827
CMYK Percentages of Color #cf5827
Complementary Color
#cf5827 | #279ecf |
#cf5827 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf5827 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf5827 Color CSS Codes
.mybgcolor {background-color:#cf5827; } .myforecolor {color:#cf5827; } .mybordercolor {border:3px solid #cf5827; }
#cf5827 Text Font Color
<p style="color:#cf5827">Text here</p>
This sample text font color is #cf5827
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.
#cf5827 Background Color
<div style="background-color:#cf5827">
Div content here</div>
This div background color is #cf5827
#cf5827 Border Color
<div style="border:3px solid #cf5827">
Div here</div>
This div border color is #cf5827
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,88,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf5827; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf5827; -webkit-box-shadow: 1px 1px 3px 2px #cf5827; box-shadow: 1px 1px 3px 2px #cf5827; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,88,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf5827">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf5827; -webkit-box-shadow: 1px 1px 3px 2px #cf5827; box-shadow: 1px 1px 3px 2px #cf5827;">
Div content here</div>
This div box has shadow with color #cf5827
Comments
No comments written yet.
Please login to write comment.