Color spaces of #e5782a
RGB | 229 | 120 | 42 |
---|---|---|---|
HSL | 0.07 | 0.78 | 0.53 |
HSV | 25° | 82° | 90° |
CMYK | 0.00 | 0.48 | 0.82 0.10 |
XYZ | 39.4475 | 30.2581 | 5.9518 |
Yxy | 30.2581 | 0.5214 | 0.3999 |
Hunter Lab | 55.0074 | 31.7450 | 32.0900 |
CIE-Lab | 61.8763 | 37.2876 | 58.3664 |
#e5782a color RGB value is (229,120,42).
#e5782a hex color red value is 229, green value is 120 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e5782a hue: 0.07 , saturation: 0.78 and the lightness value of e5782a is 0.53.
The process color (four color CMYK) of #e5782a color hex is 0.00, 0.48, 0.82, 0.10. Web safe color of #e5782a is #cc6633. Color #e5782a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01111000 | 00101010 |
Octal | 345 | 170 | 52 |
Decimal | 229 | 120 | 42 |
Hex | E5 | 78 | 2A |
Shades of #e5782a
Tints of #e5782a
RGB Percentages of Color #e5782a
CMYK Percentages of Color #e5782a
Complementary Color
#e5782a | #2a97e5 |
#e5782a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5782a Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5782a Color CSS Codes
.mybgcolor {background-color:#e5782a; } .myforecolor {color:#e5782a; } .mybordercolor {border:3px solid #e5782a; }
#e5782a Text Font Color
<p style="color:#e5782a">Text here</p>
This sample text font color is #e5782a
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.
#e5782a Background Color
<div style="background-color:#e5782a">
Div content here</div>
This div background color is #e5782a
#e5782a Border Color
<div style="border:3px solid #e5782a">
Div here</div>
This div border color is #e5782a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,120,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5782a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5782a; -webkit-box-shadow: 1px 1px 3px 2px #e5782a; box-shadow: 1px 1px 3px 2px #e5782a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,120,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 #e5782a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5782a; -webkit-box-shadow: 1px 1px 3px 2px #e5782a; box-shadow: 1px 1px 3px 2px #e5782a;">
Div content here</div>
This div box has shadow with color #e5782a
Comments
No comments written yet.
Please login to write comment.