Color spaces of #e58edb
RGB | 229 | 142 | 219 |
---|---|---|---|
HSL | 0.85 | 0.63 | 0.73 |
HSV | 307° | 38° | 90° |
CMYK | 0.00 | 0.38 | 0.04 0.10 |
XYZ | 54.7723 | 41.1185 | 72.0677 |
Yxy | 41.1185 | 0.3261 | 0.2448 |
Hunter Lab | 64.1237 | 40.2522 | -21.7486 |
CIE-Lab | 70.2589 | 44.2752 | -25.5749 |
#e58edb color RGB value is (229,142,219).
#e58edb hex color red value is 229, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e58edb hue: 0.85 , saturation: 0.63 and the lightness value of e58edb is 0.73.
The process color (four color CMYK) of #e58edb color hex is 0.00, 0.38, 0.04, 0.10. Web safe color of #e58edb is #cc99cc. Color #e58edb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10001110 | 11011011 |
Octal | 345 | 216 | 333 |
Decimal | 229 | 142 | 219 |
Hex | E5 | 8E | DB |
Shades of #e58edb
Tints of #e58edb
RGB Percentages of Color #e58edb
CMYK Percentages of Color #e58edb
Complementary Color
#e58edb | #8ee598 |
#e58edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e58edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e58edb Color CSS Codes
.mybgcolor {background-color:#e58edb; } .myforecolor {color:#e58edb; } .mybordercolor {border:3px solid #e58edb; }
#e58edb Text Font Color
<p style="color:#e58edb">Text here</p>
This sample text font color is #e58edb
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.
#e58edb Background Color
<div style="background-color:#e58edb">
Div content here</div>
This div background color is #e58edb
#e58edb Border Color
<div style="border:3px solid #e58edb">
Div here</div>
This div border color is #e58edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,142,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e58edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e58edb; -webkit-box-shadow: 1px 1px 3px 2px #e58edb; box-shadow: 1px 1px 3px 2px #e58edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,142,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e58edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e58edb; -webkit-box-shadow: 1px 1px 3px 2px #e58edb; box-shadow: 1px 1px 3px 2px #e58edb;">
Div content here</div>
This div box has shadow with color #e58edb
#e58edb Color Palettes
Comments
No comments written yet.
Please login to write comment.