Color spaces of #e2407e
RGB | 226 | 64 | 126 |
---|---|---|---|
HSL | 0.94 | 0.74 | 0.57 |
HSV | 337° | 72° | 89° |
CMYK | 0.00 | 0.72 | 0.44 0.11 |
XYZ | 36.9633 | 21.3419 | 21.9099 |
Yxy | 21.3419 | 0.4608 | 0.2661 |
Hunter Lab | 46.1973 | 61.9758 | 4.2188 |
CIE-Lab | 53.3217 | 66.1615 | 2.3212 |
#e2407e color RGB value is (226,64,126).
#e2407e hex color red value is 226, green value is 64 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e2407e hue: 0.94 , saturation: 0.74 and the lightness value of e2407e is 0.57.
The process color (four color CMYK) of #e2407e color hex is 0.00, 0.72, 0.44, 0.11. Web safe color of #e2407e is #cc3366. Color #e2407e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01000000 | 01111110 |
Octal | 342 | 100 | 176 |
Decimal | 226 | 64 | 126 |
Hex | E2 | 40 | 7E |
Shades of #e2407e
Tints of #e2407e
RGB Percentages of Color #e2407e
CMYK Percentages of Color #e2407e
Complementary Color
#e2407e | #40e2a4 |
#e2407e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2407e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2407e Color CSS Codes
.mybgcolor {background-color:#e2407e; } .myforecolor {color:#e2407e; } .mybordercolor {border:3px solid #e2407e; }
#e2407e Text Font Color
<p style="color:#e2407e">Text here</p>
This sample text font color is #e2407e
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.
#e2407e Background Color
<div style="background-color:#e2407e">
Div content here</div>
This div background color is #e2407e
#e2407e Border Color
<div style="border:3px solid #e2407e">
Div here</div>
This div border color is #e2407e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,64,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2407e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2407e; -webkit-box-shadow: 1px 1px 3px 2px #e2407e; box-shadow: 1px 1px 3px 2px #e2407e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,64,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2407e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2407e; -webkit-box-shadow: 1px 1px 3px 2px #e2407e; box-shadow: 1px 1px 3px 2px #e2407e;">
Div content here</div>
This div box has shadow with color #e2407e
Comments
No comments written yet.
Please login to write comment.