Color spaces of #e2657e
RGB | 226 | 101 | 126 |
---|---|---|---|
HSL | 0.97 | 0.68 | 0.64 |
HSV | 348° | 55° | 89° |
CMYK | 0.00 | 0.55 | 0.44 0.11 |
XYZ | 39.7836 | 26.9825 | 22.8500 |
Yxy | 26.9825 | 0.4439 | 0.3011 |
Hunter Lab | 51.9447 | 45.8071 | 10.2801 |
CIE-Lab | 58.9581 | 50.9221 | 10.3865 |
#e2657e color RGB value is (226,101,126).
#e2657e hex color red value is 226, green value is 101 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e2657e hue: 0.97 , saturation: 0.68 and the lightness value of e2657e is 0.64.
The process color (four color CMYK) of #e2657e color hex is 0.00, 0.55, 0.44, 0.11. Web safe color of #e2657e is #cc6666. Color #e2657e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01100101 | 01111110 |
Octal | 342 | 145 | 176 |
Decimal | 226 | 101 | 126 |
Hex | E2 | 65 | 7E |
Shades of #e2657e
Tints of #e2657e
RGB Percentages of Color #e2657e
CMYK Percentages of Color #e2657e
Complementary Color
#e2657e | #65e2c9 |
#e2657e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2657e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2657e Color CSS Codes
.mybgcolor {background-color:#e2657e; } .myforecolor {color:#e2657e; } .mybordercolor {border:3px solid #e2657e; }
#e2657e Text Font Color
<p style="color:#e2657e">Text here</p>
This sample text font color is #e2657e
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.
#e2657e Background Color
<div style="background-color:#e2657e">
Div content here</div>
This div background color is #e2657e
#e2657e Border Color
<div style="border:3px solid #e2657e">
Div here</div>
This div border color is #e2657e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,101,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2657e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2657e; -webkit-box-shadow: 1px 1px 3px 2px #e2657e; box-shadow: 1px 1px 3px 2px #e2657e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,101,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 #e2657e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2657e; -webkit-box-shadow: 1px 1px 3px 2px #e2657e; box-shadow: 1px 1px 3px 2px #e2657e;">
Div content here</div>
This div box has shadow with color #e2657e
Comments
No comments written yet.
Please login to write comment.