Color Hex Logo

#e88dab Color Hex

#E88DAB
(232,141,171)
0 Favorites   0 Comments

Color spaces of #e88dab

RGB 232141171
HSL0.950.660.73
HSV340°39°91°
CMYK 0.000.390.26   0.09
XYZ50.154339.145843.4406
Yxy39.14580.37780.2949
Hunter Lab62.566633.59662.6310
CIE-Lab68.856738.2802-0.9294

#e88dab color RGB value is (232,141,171).

#e88dab hex color red value is 232, green value is 141 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e88dab hue: 0.95 , saturation: 0.66 and the lightness value of e88dab is 0.73.

The process color (four color CMYK) of #e88dab color hex is 0.00, 0.39, 0.26, 0.09. Web safe color of #e88dab is #ff9999. Color #e88dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001101 10101011
Octal 350 215 253
Decimal 232 141 171
Hex E8 8D AB

RGB Percentages of Color #e88dab

%42.65
%25.92
%31.43

CMYK Percentages of Color #e88dab

%0
%39
%26
%9

Triadic Colors of #e88dab

#e88dab #abe88d #8dabe8

Analogous Colors of #e88dab

#e88dab #e89d8d #e88dd9

Monochromatic Colors of #e88dab

#e88dab

Complementary Color

#e88dab #8de8ca

#e88dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88dab Color CSS Codes

.mybgcolor {background-color:#e88dab; } 
.myforecolor {color:#e88dab; }
.mybordercolor {border:3px solid #e88dab; }

#e88dab Text Font Color

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

This sample text font color is #e88dab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e88dab Background Color

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

This div background color is #e88dab


#e88dab Border Color

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

This div border color is #e88dab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,141,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e88dab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e88dab;
  -webkit-box-shadow: 1px 1px 3px 2px #e88dab;
  box-shadow:         1px 1px 3px 2px #e88dab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88dab


Comments

No comments written yet.

Please login to write comment.