Color spaces of #e58bdb
RGB | 229 | 139 | 219 |
---|---|---|---|
HSL | 0.85 | 0.63 | 0.72 |
HSV | 307° | 39° | 90° |
CMYK | 0.00 | 0.39 | 0.04 0.10 |
XYZ | 54.3319 | 40.2377 | 71.9209 |
Yxy | 40.2377 | 0.3263 | 0.2417 |
Hunter Lab | 63.4332 | 41.8810 | -22.8201 |
CIE-Lab | 69.6385 | 45.8310 | -26.5261 |
#e58bdb color RGB value is (229,139,219).
#e58bdb hex color red value is 229, green value is 139 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e58bdb hue: 0.85 , saturation: 0.63 and the lightness value of e58bdb is 0.72.
The process color (four color CMYK) of #e58bdb color hex is 0.00, 0.39, 0.04, 0.10. Web safe color of #e58bdb is #cc99cc. Color #e58bdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10001011 | 11011011 |
Octal | 345 | 213 | 333 |
Decimal | 229 | 139 | 219 |
Hex | E5 | 8B | DB |
Shades of #e58bdb
Tints of #e58bdb
RGB Percentages of Color #e58bdb
CMYK Percentages of Color #e58bdb
Complementary Color
#e58bdb | #8be595 |
#e58bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e58bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e58bdb Color CSS Codes
.mybgcolor {background-color:#e58bdb; } .myforecolor {color:#e58bdb; } .mybordercolor {border:3px solid #e58bdb; }
#e58bdb Text Font Color
<p style="color:#e58bdb">Text here</p>
This sample text font color is #e58bdb
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.
#e58bdb Background Color
<div style="background-color:#e58bdb">
Div content here</div>
This div background color is #e58bdb
#e58bdb Border Color
<div style="border:3px solid #e58bdb">
Div here</div>
This div border color is #e58bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,139,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e58bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e58bdb; -webkit-box-shadow: 1px 1px 3px 2px #e58bdb; box-shadow: 1px 1px 3px 2px #e58bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,139,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 #e58bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e58bdb; -webkit-box-shadow: 1px 1px 3px 2px #e58bdb; box-shadow: 1px 1px 3px 2px #e58bdb;">
Div content here</div>
This div box has shadow with color #e58bdb
Comments
No comments written yet.
Please login to write comment.