Color spaces of #e5521a
RGB | 229 | 82 | 26 |
---|---|---|---|
HSL | 0.05 | 0.80 | 0.50 |
HSV | 17° | 89° | 90° |
CMYK | 0.00 | 0.64 | 0.89 0.10 |
XYZ | 35.5168 | 22.7672 | 3.4998 |
Yxy | 22.7672 | 0.5749 | 0.3685 |
Hunter Lab | 47.7150 | 49.3658 | 29.0517 |
CIE-Lab | 54.8317 | 54.8284 | 58.5334 |
#e5521a color RGB value is (229,82,26).
#e5521a hex color red value is 229, green value is 82 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #e5521a hue: 0.05 , saturation: 0.80 and the lightness value of e5521a is 0.50.
The process color (four color CMYK) of #e5521a color hex is 0.00, 0.64, 0.89, 0.10. Web safe color of #e5521a is #cc6633. Color #e5521a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01010010 | 00011010 |
Octal | 345 | 122 | 32 |
Decimal | 229 | 82 | 26 |
Hex | E5 | 52 | 1A |
Shades of #e5521a
Tints of #e5521a
RGB Percentages of Color #e5521a
CMYK Percentages of Color #e5521a
Complementary Color
#e5521a | #1aade5 |
#e5521a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5521a Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5521a Color CSS Codes
.mybgcolor {background-color:#e5521a; } .myforecolor {color:#e5521a; } .mybordercolor {border:3px solid #e5521a; }
#e5521a Text Font Color
<p style="color:#e5521a">Text here</p>
This sample text font color is #e5521a
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.
#e5521a Background Color
<div style="background-color:#e5521a">
Div content here</div>
This div background color is #e5521a
#e5521a Border Color
<div style="border:3px solid #e5521a">
Div here</div>
This div border color is #e5521a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,82,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5521a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5521a; -webkit-box-shadow: 1px 1px 3px 2px #e5521a; box-shadow: 1px 1px 3px 2px #e5521a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,82,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5521a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5521a; -webkit-box-shadow: 1px 1px 3px 2px #e5521a; box-shadow: 1px 1px 3px 2px #e5521a;">
Div content here</div>
This div box has shadow with color #e5521a
Comments
No comments written yet.
Please login to write comment.