Color spaces of #e57edc
RGB | 229 | 126 | 220 |
---|---|---|---|
HSL | 0.85 | 0.66 | 0.70 |
HSV | 305° | 45° | 90° |
CMYK | 0.00 | 0.45 | 0.04 0.10 |
XYZ | 52.6922 | 36.7470 | 72.0258 |
Yxy | 36.7470 | 0.3263 | 0.2276 |
Hunter Lab | 60.6193 | 49.0740 | -28.0129 |
CIE-Lab | 67.0868 | 52.6126 | -31.0102 |
#e57edc color RGB value is (229,126,220).
#e57edc hex color red value is 229, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e57edc hue: 0.85 , saturation: 0.66 and the lightness value of e57edc is 0.70.
The process color (four color CMYK) of #e57edc color hex is 0.00, 0.45, 0.04, 0.10. Web safe color of #e57edc is #cc66cc. Color #e57edc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01111110 | 11011100 |
Octal | 345 | 176 | 334 |
Decimal | 229 | 126 | 220 |
Hex | E5 | 7E | DC |
Shades of #e57edc
Tints of #e57edc
RGB Percentages of Color #e57edc
CMYK Percentages of Color #e57edc
Complementary Color
#e57edc | #7ee587 |
#e57edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e57edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e57edc Color CSS Codes
.mybgcolor {background-color:#e57edc; } .myforecolor {color:#e57edc; } .mybordercolor {border:3px solid #e57edc; }
#e57edc Text Font Color
<p style="color:#e57edc">Text here</p>
This sample text font color is #e57edc
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.
#e57edc Background Color
<div style="background-color:#e57edc">
Div content here</div>
This div background color is #e57edc
#e57edc Border Color
<div style="border:3px solid #e57edc">
Div here</div>
This div border color is #e57edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,126,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e57edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e57edc; -webkit-box-shadow: 1px 1px 3px 2px #e57edc; box-shadow: 1px 1px 3px 2px #e57edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,126,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e57edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e57edc; -webkit-box-shadow: 1px 1px 3px 2px #e57edc; box-shadow: 1px 1px 3px 2px #e57edc;">
Div content here</div>
This div box has shadow with color #e57edc
Comments
No comments written yet.
Please login to write comment.