Color spaces of #e2624a
RGB | 226 | 98 | 74 |
---|---|---|---|
HSL | 0.03 | 0.72 | 0.59 |
HSV | 9° | 67° | 89° |
CMYK | 0.00 | 0.57 | 0.67 0.11 |
XYZ | 36.9677 | 25.3985 | 9.4326 |
Yxy | 25.3985 | 0.5149 | 0.3537 |
Hunter Lab | 50.3969 | 42.7406 | 24.1808 |
CIE-Lab | 57.4617 | 48.3313 | 38.1627 |
#e2624a color RGB value is (226,98,74).
#e2624a hex color red value is 226, green value is 98 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #e2624a hue: 0.03 , saturation: 0.72 and the lightness value of e2624a is 0.59.
The process color (four color CMYK) of #e2624a color hex is 0.00, 0.57, 0.67, 0.11. Web safe color of #e2624a is #cc6633. Color #e2624a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01100010 | 01001010 |
Octal | 342 | 142 | 112 |
Decimal | 226 | 98 | 74 |
Hex | E2 | 62 | 4A |
Shades of #e2624a
Tints of #e2624a
RGB Percentages of Color #e2624a
CMYK Percentages of Color #e2624a
Complementary Color
#e2624a | #4acae2 |
#e2624a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2624a Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2624a Color CSS Codes
.mybgcolor {background-color:#e2624a; } .myforecolor {color:#e2624a; } .mybordercolor {border:3px solid #e2624a; }
#e2624a Text Font Color
<p style="color:#e2624a">Text here</p>
This sample text font color is #e2624a
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.
#e2624a Background Color
<div style="background-color:#e2624a">
Div content here</div>
This div background color is #e2624a
#e2624a Border Color
<div style="border:3px solid #e2624a">
Div here</div>
This div border color is #e2624a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,98,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2624a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2624a; -webkit-box-shadow: 1px 1px 3px 2px #e2624a; box-shadow: 1px 1px 3px 2px #e2624a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,98,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2624a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2624a; -webkit-box-shadow: 1px 1px 3px 2px #e2624a; box-shadow: 1px 1px 3px 2px #e2624a;">
Div content here</div>
This div box has shadow with color #e2624a
Comments
No comments written yet.
Please login to write comment.