color details

Color Details
#e788bb Color Hex

#e788bb color RGB value is (14, 120, 139).
#e788bb hex color red value is 14, green value is 120, and blue value is 139.
Cylindrical-coordinate representations (HSL) of color #e788bb hue: 189.12, saturation: 0.82 and lightness: 0.3.

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

Color Spaces
Color spaces of #e788bbValue
RGB231, 136, 187
HSL0.91, 0.66, 0.72
HSV328°, 41°, 91°
XYZ50.73, 38.19, 51.7
Base Numbers
Base Red Green Blue
Binary 11100111 10001000 10111011
Octal 347 210 273
Decimal 231 136 187
Hex E7 88 BB

RGB Percentages for Color #e788bb

41.7%
24.55%
33.75%

CMYK Percentages of the Color #e788bb

41.13%
19.05%
9.41%
CSS Codes for Color #e788bb
.mybgColor {background-color: #e788bb;}
.myforeColor {color: #e788bb;}
.myborderColor {border:3px solid #e788bb;}
Text Font Color #e788bb

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(231, 136, 187, 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 #e788bb;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top