#e18dde color RGB value is (14, 24, 221).
#e18dde hex color red value is 14, green value is 24, and blue value is 221.
Cylindrical-coordinate representations (HSL) of color #e18dde
hue: 237.1,
saturation: 0.88 and lightness: 0.46.
The process color (four-color CMYK) of #e18dde color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #e18dde is #ff9999. Color #e18dde contains mainly RED.
| Color spaces of #e18dde | Value |
|---|---|
| RGB | 225, 141, 222 |
| HSL | 0.84, 0.58, 0.72 |
| HSV | 302°, 37°, 88° |
| XYZ | 53.76, 40.33, 74.05 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11100001 | 10001101 | 11011110 |
| Octal | 341 | 215 | 336 |
| Decimal | 225 | 141 | 222 |
| Hex | E1 | 8D | DE |
Shades of #e18dde
Tints of #e18dde
.mybgColor {background-color: #e18dde;}
.myforeColor {color: #e18dde;}
.myborderColor {border:3px solid #e18dde;}
<p style="color:#e18dde">Text here</p>
This sample text is styled with the font color #e18dde. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#e18dde">Div content here</div>
<div style="border:3px solid #e18dde">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(225, 141, 222, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #e18dde; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #e18dde;
-webkit-box-shadow: 1px 1px 3px #e18dde;
box-shadow: 1px 1px 3px #e18dde; }
<p style="text-shadow: 4px 4px 2px rgba(225, 141, 222, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #e18dde;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #e18dde;
-webkit-box-shadow: 1px 1px 3px #e18dde;
box-shadow: 1px 1px 3px #e18dde;">Div content here</div>
