Color Hex Logo

#e88aca Color Hex

#E88ACA
(232,138,202)
0 Favorites   0 Comments

Color spaces of #e88aca

RGB 232138202
HSL0.890.670.73
HSV319°41°91°
CMYK 0.000.410.13   0.09
XYZ53.027939.597060.7252
Yxy39.59700.34580.2582
Hunter Lab62.926140.3013-13.1679
CIE-Lab69.181544.4540-17.7618

#e88aca color RGB value is (232,138,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001010 11001010
Octal 350 212 312
Decimal 232 138 202
Hex E8 8A CA

RGB Percentages of Color #e88aca

%40.56
%24.13
%35.31

CMYK Percentages of Color #e88aca

%0
%41
%13
%9

Triadic Colors of #e88aca

#e88aca #cae88a #8acae8

Analogous Colors of #e88aca

#e88aca #e88a9b #d78ae8

Monochromatic Colors of #e88aca

#e88aca

Complementary Color

#e88aca #8ae8a8

#e88aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88aca Color CSS Codes

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

#e88aca Text Font Color

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

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


#e88aca Background Color

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

This div background color is #e88aca


#e88aca Border Color

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

This div border color is #e88aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88aca


Comments

No comments written yet.

Please login to write comment.