color details

Color Details
#e5c9fb Color Hex

#e5c9fb color RGB value is (14, 92, 159).
#e5c9fb hex color red value is 14, green value is 92, and blue value is 159.
Cylindrical-coordinate representations (HSL) of color #e5c9fb hue: 207.72, saturation: 0.84 and lightness: 0.34.

The process color (four-color CMYK) of #e5c9fb color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #e5c9fb is #ff9999. Color #e5c9fb contains mainly RED.

Color Spaces
Color spaces of #e5c9fbValue
RGB229, 201, 251
HSL0.76, 0.86, 0.89
HSV274°, 20°, 98°
XYZ70.61, 65.4, 100.15
Base Numbers
Base Red Green Blue
Binary 11100101 11001001 11111011
Octal 345 311 373
Decimal 229 201 251
Hex E5 C9 FB

RGB Percentages for Color #e5c9fb

33.63%
29.52%
36.86%

CMYK Percentages of the Color #e5c9fb

8.76%
19.92%
1.57%
CSS Codes for Color #e5c9fb
.mybgColor {background-color: #e5c9fb;}
.myforeColor {color: #e5c9fb;}
.myborderColor {border:3px solid #e5c9fb;}
Text Font Color #e5c9fb

<p style="color:#e5c9fb">Text here</p>

This sample text is styled with the font color #e5c9fb. 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 #e5c9fb

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

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

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

The border color of this div is #e5c9fb
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(229, 201, 251, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #e5c9fb;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #e5c9fb;
-webkit-box-shadow: 1px 1px 3px #e5c9fb;
box-shadow: 1px 1px 3px #e5c9fb;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229, 201, 251, 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 #e5c9fb;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #e5c9fb; -webkit-box-shadow: 1px 1px 3px #e5c9fb; box-shadow: 1px 1px 3px #e5c9fb;">Div content here</div>

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

Scroll to Top