Color spaces of #e1547e
RGB | 225 | 84 | 126 |
---|---|---|---|
HSL | 0.95 | 0.70 | 0.61 |
HSV | 342° | 63° | 88° |
CMYK | 0.00 | 0.63 | 0.44 0.12 |
XYZ | 37.9876 | 23.8546 | 22.3409 |
Yxy | 23.8546 | 0.4512 | 0.2834 |
Hunter Lab | 48.8412 | 53.3614 | 7.0684 |
CIE-Lab | 55.9419 | 58.2079 | 6.0754 |
#e1547e color RGB value is (225,84,126).
#e1547e hex color red value is 225, green value is 84 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e1547e hue: 0.95 , saturation: 0.70 and the lightness value of e1547e is 0.61.
The process color (four color CMYK) of #e1547e color hex is 0.00, 0.63, 0.44, 0.12. Web safe color of #e1547e is #cc6666. Color #e1547e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01010100 | 01111110 |
Octal | 341 | 124 | 176 |
Decimal | 225 | 84 | 126 |
Hex | E1 | 54 | 7E |
Shades of #e1547e
Tints of #e1547e
RGB Percentages of Color #e1547e
CMYK Percentages of Color #e1547e
Complementary Color
#e1547e | #54e1b7 |
#e1547e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1547e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1547e Color CSS Codes
.mybgcolor {background-color:#e1547e; } .myforecolor {color:#e1547e; } .mybordercolor {border:3px solid #e1547e; }
#e1547e Text Font Color
<p style="color:#e1547e">Text here</p>
This sample text font color is #e1547e
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.
#e1547e Background Color
<div style="background-color:#e1547e">
Div content here</div>
This div background color is #e1547e
#e1547e Border Color
<div style="border:3px solid #e1547e">
Div here</div>
This div border color is #e1547e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,84,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1547e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1547e; -webkit-box-shadow: 1px 1px 3px 2px #e1547e; box-shadow: 1px 1px 3px 2px #e1547e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,84,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 #e1547e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1547e; -webkit-box-shadow: 1px 1px 3px 2px #e1547e; box-shadow: 1px 1px 3px 2px #e1547e;">
Div content here</div>
This div box has shadow with color #e1547e
Comments
No comments written yet.
Please login to write comment.