Color spaces of #e2157a
RGB | 226 | 21 | 122 |
---|---|---|---|
HSL | 0.92 | 0.83 | 0.48 |
HSV | 330° | 91° | 89° |
CMYK | 0.00 | 0.91 | 0.46 0.11 |
XYZ | 35.1450 | 18.1102 | 20.0556 |
Yxy | 18.1102 | 0.4794 | 0.2470 |
Hunter Lab | 42.5561 | 72.9413 | 1.8474 |
CIE-Lab | 49.6295 | 75.9908 | -0.6403 |
#e2157a color RGB value is (226,21,122).
#e2157a hex color red value is 226, green value is 21 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #e2157a hue: 0.92 , saturation: 0.83 and the lightness value of e2157a is 0.48.
The process color (four color CMYK) of #e2157a color hex is 0.00, 0.91, 0.46, 0.11. Web safe color of #e2157a is #cc0066. Color #e2157a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00010101 | 01111010 |
Octal | 342 | 25 | 172 |
Decimal | 226 | 21 | 122 |
Hex | E2 | 15 | 7A |
Shades of #e2157a
Tints of #e2157a
RGB Percentages of Color #e2157a
CMYK Percentages of Color #e2157a
Complementary Color
#e2157a | #15e27d |
#e2157a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2157a Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2157a Color CSS Codes
.mybgcolor {background-color:#e2157a; } .myforecolor {color:#e2157a; } .mybordercolor {border:3px solid #e2157a; }
#e2157a Text Font Color
<p style="color:#e2157a">Text here</p>
This sample text font color is #e2157a
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.
#e2157a Background Color
<div style="background-color:#e2157a">
Div content here</div>
This div background color is #e2157a
#e2157a Border Color
<div style="border:3px solid #e2157a">
Div here</div>
This div border color is #e2157a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,21,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2157a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2157a; -webkit-box-shadow: 1px 1px 3px 2px #e2157a; box-shadow: 1px 1px 3px 2px #e2157a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,21,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2157a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2157a; -webkit-box-shadow: 1px 1px 3px 2px #e2157a; box-shadow: 1px 1px 3px 2px #e2157a;">
Div content here</div>
This div box has shadow with color #e2157a
Comments
No comments written yet.
Please login to write comment.