color details

Color Details
#e18dde Color Hex

#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
Color spaces of #e18ddeValue
RGB225, 141, 222
HSL0.84, 0.58, 0.72
HSV302°, 37°, 88°
XYZ53.76, 40.33, 74.05
Base Numbers
Base Red Green Blue
Binary 11100001 10001101 11011110
Octal 341 215 336
Decimal 225 141 222
Hex E1 8D DE

RGB Percentages for Color #e18dde

38.27%
23.98%
37.76%

CMYK Percentages of the Color #e18dde

37.33%
1.33%
11.76%
CSS Codes for Color #e18dde
.mybgColor {background-color: #e18dde;}
.myforeColor {color: #e18dde;}
.myborderColor {border:3px solid #e18dde;}
Text Font Color #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,

Background Color #e18dde

<div style="background-color:#e18dde">Div content here</div>

The background color of this div is #e18dde
Border Color #e18dde

<div style="border:3px solid #e18dde">Div here</div>

The border color of this div is #e18dde
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225, 141, 222, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #e18dde;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #e18dde

Scroll to Top