Color spaces of #ce751f
RGB | 206 | 117 | 31 |
---|---|---|---|
HSL | 0.08 | 0.74 | 0.46 |
HSV | 29° | 85° | 81° |
CMYK | 0.00 | 0.43 | 0.85 0.19 |
XYZ | 32.0622 | 25.9433 | 4.6140 |
Yxy | 25.9433 | 0.5120 | 0.4143 |
Hunter Lab | 50.9346 | 23.2264 | 30.2833 |
CIE-Lab | 57.9832 | 29.1676 | 57.8300 |
#ce751f color RGB value is (206,117,31).
#ce751f hex color red value is 206, green value is 117 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ce751f hue: 0.08 , saturation: 0.74 and the lightness value of ce751f is 0.46.
The process color (four color CMYK) of #ce751f color hex is 0.00, 0.43, 0.85, 0.19. Web safe color of #ce751f is #cc6633. Color #ce751f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01110101 | 00011111 |
Octal | 316 | 165 | 37 |
Decimal | 206 | 117 | 31 |
Hex | CE | 75 | 1F |
Shades of #ce751f
Tints of #ce751f
RGB Percentages of Color #ce751f
CMYK Percentages of Color #ce751f
Complementary Color
#ce751f | #1f78ce |
#ce751f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce751f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce751f Color CSS Codes
.mybgcolor {background-color:#ce751f; } .myforecolor {color:#ce751f; } .mybordercolor {border:3px solid #ce751f; }
#ce751f Text Font Color
<p style="color:#ce751f">Text here</p>
This sample text font color is #ce751f
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.
#ce751f Background Color
<div style="background-color:#ce751f">
Div content here</div>
This div background color is #ce751f
#ce751f Border Color
<div style="border:3px solid #ce751f">
Div here</div>
This div border color is #ce751f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,117,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce751f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce751f; -webkit-box-shadow: 1px 1px 3px 2px #ce751f; box-shadow: 1px 1px 3px 2px #ce751f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,117,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce751f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce751f; -webkit-box-shadow: 1px 1px 3px 2px #ce751f; box-shadow: 1px 1px 3px 2px #ce751f;">
Div content here</div>
This div box has shadow with color #ce751f
Comments
No comments written yet.
Please login to write comment.