Color spaces of #e8470b
RGB | 232 | 71 | 11 |
---|---|---|---|
HSL | 0.05 | 0.91 | 0.48 |
HSV | 16° | 95° | 91° |
CMYK | 0.00 | 0.69 | 0.95 0.09 |
XYZ | 35.5924 | 21.6864 | 2.6266 |
Yxy | 21.6864 | 0.5941 | 0.3620 |
Hunter Lab | 46.5687 | 54.9323 | 29.2539 |
CIE-Lab | 53.6927 | 59.9935 | 62.3713 |
#e8470b color RGB value is (232,71,11).
#e8470b hex color red value is 232, green value is 71 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #e8470b hue: 0.05 , saturation: 0.91 and the lightness value of e8470b is 0.48.
The process color (four color CMYK) of #e8470b color hex is 0.00, 0.69, 0.95, 0.09. Web safe color of #e8470b is #ff3300. Color #e8470b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 01000111 | 00001011 |
Octal | 350 | 107 | 13 |
Decimal | 232 | 71 | 11 |
Hex | E8 | 47 | B |
Shades of #e8470b
Tints of #e8470b
RGB Percentages of Color #e8470b
CMYK Percentages of Color #e8470b
Complementary Color
#e8470b | #0bace8 |
#e8470b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e8470b Color Preview on White Background
Lorem ipsum dolor sit amet.
#e8470b Color CSS Codes
.mybgcolor {background-color:#e8470b; } .myforecolor {color:#e8470b; } .mybordercolor {border:3px solid #e8470b; }
#e8470b Text Font Color
<p style="color:#e8470b">Text here</p>
This sample text font color is #e8470b
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.
#e8470b Background Color
<div style="background-color:#e8470b">
Div content here</div>
This div background color is #e8470b
#e8470b Border Color
<div style="border:3px solid #e8470b">
Div here</div>
This div border color is #e8470b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,71,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e8470b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e8470b; -webkit-box-shadow: 1px 1px 3px 2px #e8470b; box-shadow: 1px 1px 3px 2px #e8470b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,71,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e8470b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e8470b; -webkit-box-shadow: 1px 1px 3px 2px #e8470b; box-shadow: 1px 1px 3px 2px #e8470b;">
Div content here</div>
This div box has shadow with color #e8470b
Comments
No comments written yet.
Please login to write comment.