Color spaces of #e8972a
RGB | 232 | 151 | 42 |
---|---|---|---|
HSL | 0.10 | 0.81 | 0.54 |
HSV | 34° | 82° | 91° |
CMYK | 0.00 | 0.35 | 0.82 0.09 |
XYZ | 44.7632 | 39.4562 | 7.4470 |
Yxy | 39.4562 | 0.4883 | 0.4304 |
Hunter Lab | 62.8142 | 17.2795 | 36.9407 |
CIE-Lab | 69.0804 | 22.2871 | 64.8998 |
#e8972a color RGB value is (232,151,42).
#e8972a hex color red value is 232, green value is 151 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e8972a hue: 0.10 , saturation: 0.81 and the lightness value of e8972a is 0.54.
The process color (four color CMYK) of #e8972a color hex is 0.00, 0.35, 0.82, 0.09. Web safe color of #e8972a is #ff9933. Color #e8972a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 10010111 | 00101010 |
Octal | 350 | 227 | 52 |
Decimal | 232 | 151 | 42 |
Hex | E8 | 97 | 2A |
Shades of #e8972a
Tints of #e8972a
RGB Percentages of Color #e8972a
CMYK Percentages of Color #e8972a
Complementary Color
#e8972a | #2a7be8 |
#e8972a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e8972a Color Preview on White Background
Lorem ipsum dolor sit amet.
#e8972a Color CSS Codes
.mybgcolor {background-color:#e8972a; } .myforecolor {color:#e8972a; } .mybordercolor {border:3px solid #e8972a; }
#e8972a Text Font Color
<p style="color:#e8972a">Text here</p>
This sample text font color is #e8972a
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.
#e8972a Background Color
<div style="background-color:#e8972a">
Div content here</div>
This div background color is #e8972a
#e8972a Border Color
<div style="border:3px solid #e8972a">
Div here</div>
This div border color is #e8972a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,151,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e8972a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e8972a; -webkit-box-shadow: 1px 1px 3px 2px #e8972a; box-shadow: 1px 1px 3px 2px #e8972a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,151,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e8972a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e8972a; -webkit-box-shadow: 1px 1px 3px 2px #e8972a; box-shadow: 1px 1px 3px 2px #e8972a;">
Div content here</div>
This div box has shadow with color #e8972a
Comments
No comments written yet.
Please login to write comment.