Color spaces of #e2508e
RGB | 226 | 80 | 142 |
---|---|---|---|
HSL | 0.93 | 0.72 | 0.60 |
HSV | 335° | 65° | 89° |
CMYK | 0.00 | 0.65 | 0.37 0.11 |
XYZ | 39.1152 | 23.8591 | 28.1348 |
Yxy | 23.8591 | 0.4293 | 0.2619 |
Hunter Lab | 48.8458 | 57.4609 | 0.0415 |
CIE-Lab | 55.9464 | 61.7970 | -3.3412 |
#e2508e color RGB value is (226,80,142).
#e2508e hex color red value is 226, green value is 80 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e2508e hue: 0.93 , saturation: 0.72 and the lightness value of e2508e is 0.60.
The process color (four color CMYK) of #e2508e color hex is 0.00, 0.65, 0.37, 0.11. Web safe color of #e2508e is #cc6699. Color #e2508e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01010000 | 10001110 |
Octal | 342 | 120 | 216 |
Decimal | 226 | 80 | 142 |
Hex | E2 | 50 | 8E |
Shades of #e2508e
Tints of #e2508e
RGB Percentages of Color #e2508e
CMYK Percentages of Color #e2508e
Complementary Color
#e2508e | #50e2a4 |
#e2508e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2508e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2508e Color CSS Codes
.mybgcolor {background-color:#e2508e; } .myforecolor {color:#e2508e; } .mybordercolor {border:3px solid #e2508e; }
#e2508e Text Font Color
<p style="color:#e2508e">Text here</p>
This sample text font color is #e2508e
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.
#e2508e Background Color
<div style="background-color:#e2508e">
Div content here</div>
This div background color is #e2508e
#e2508e Border Color
<div style="border:3px solid #e2508e">
Div here</div>
This div border color is #e2508e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,80,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2508e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2508e; -webkit-box-shadow: 1px 1px 3px 2px #e2508e; box-shadow: 1px 1px 3px 2px #e2508e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,80,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2508e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2508e; -webkit-box-shadow: 1px 1px 3px 2px #e2508e; box-shadow: 1px 1px 3px 2px #e2508e;">
Div content here</div>
This div box has shadow with color #e2508e
Comments
No comments written yet.
Please login to write comment.