#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 of #e788bb | Value |
|---|---|
| RGB | 231, 136, 187 |
| HSL | 0.91, 0.66, 0.72 |
| HSV | 328°, 41°, 91° |
| XYZ | 50.73, 38.19, 51.7 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11100111 | 10001000 | 10111011 |
| Octal | 347 | 210 | 273 |
| Decimal | 231 | 136 | 187 |
| Hex | E7 | 88 | BB |
Shades of #e788bb
Tints of #e788bb
.mybgColor {background-color: #e788bb;}
.myforeColor {color: #e788bb;}
.myborderColor {border:3px solid #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,
<div style="background-color:#e788bb">Div content here</div>
<div style="border:3px solid #e788bb">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(231, 136, 187, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #e788bb;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
