Color Hex Logo

#e88abe Color Hex

#E88ABE
(232,138,190)
0 Favorites   0 Comments

Color spaces of #e88abe

RGB 232138190
HSL0.910.670.73
HSV327°41°91°
CMYK 0.000.410.18   0.09
XYZ51.661539.050553.5298
Yxy39.05050.35820.2707
Hunter Lab62.490438.2097-7.0450
CIE-Lab68.787842.5847-11.6631

#e88abe color RGB value is (232,138,190).

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

The process color (four color CMYK) of #e88abe color hex is 0.00, 0.41, 0.18, 0.09. Web safe color of #e88abe is #ff99cc. Color #e88abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001010 10111110
Octal 350 212 276
Decimal 232 138 190
Hex E8 8A BE

RGB Percentages of Color #e88abe

%41.43
%24.64
%33.93

CMYK Percentages of Color #e88abe

%0
%41
%18
%9

Triadic Colors of #e88abe

#e88abe #bee88a #8abee8

Analogous Colors of #e88abe

#e88abe #e88a8f #e38ae8

Monochromatic Colors of #e88abe

#e88abe

Complementary Color

#e88abe #8ae8b4

#e88abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88abe Color CSS Codes

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

#e88abe Text Font Color

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

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


#e88abe Background Color

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

This div background color is #e88abe


#e88abe Border Color

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

This div border color is #e88abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88abe


Comments

No comments written yet.

Please login to write comment.