color details

Color Details
#e59be2 Color Hex

#e59be2 color RGB value is (14, 89, 190).
#e59be2 hex color red value is 14, green value is 89, and blue value is 190.
Cylindrical-coordinate representations (HSL) of color #e59be2 hue: 214.43, saturation: 0.86 and lightness: 0.4.

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

Color Spaces
Color spaces of #e59be2Value
RGB229, 155, 226
HSL0.84, 0.59, 0.75
HSV302°, 32°, 90°
XYZ57.76, 45.59, 77.69
Base Numbers
Base Red Green Blue
Binary 11100101 10011011 11100010
Octal 345 233 342
Decimal 229 155 226
Hex E5 9B E2

RGB Percentages for Color #e59be2

37.54%
25.41%
37.05%

CMYK Percentages of the Color #e59be2

32.31%
1.31%
10.2%
CSS Codes for Color #e59be2
.mybgColor {background-color: #e59be2;}
.myforeColor {color: #e59be2;}
.myborderColor {border:3px solid #e59be2;}
Text Font Color #e59be2

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top