Color Hex Logo

#e88aab Color Hex

#E88AAB
(232,138,171)
0 Favorites   0 Comments

Color spaces of #e88aab

RGB 232138171
HSL0.940.670.73
HSV339°41°91°
CMYK 0.000.410.26   0.09
XYZ49.717938.273043.2951
Yxy38.27300.37870.2915
Hunter Lab61.865235.18731.8127
CIE-Lab68.221339.8438-1.8604

#e88aab color RGB value is (232,138,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001010 10101011
Octal 350 212 253
Decimal 232 138 171
Hex E8 8A AB

RGB Percentages of Color #e88aab

%42.88
%25.51
%31.61

CMYK Percentages of Color #e88aab

%0
%41
%26
%9

Triadic Colors of #e88aab

#e88aab #abe88a #8aabe8

Analogous Colors of #e88aab

#e88aab #e8988a #e88ada

Monochromatic Colors of #e88aab

#e88aab

Complementary Color

#e88aab #8ae8c7

#e88aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88aab Color CSS Codes

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

#e88aab Text Font Color

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

This sample text font color is #e88aab
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.


#e88aab Background Color

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

This div background color is #e88aab


#e88aab Border Color

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

This div border color is #e88aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,138,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 #e88aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88aab


Comments

No comments written yet.

Please login to write comment.