Color Hex Logo

#e88acc Color Hex

#E88ACC
(232,138,204)
0 Favorites   0 Comments

Color spaces of #e88acc

RGB 232138204
HSL0.880.670.73
HSV318°41°91°
CMYK 0.000.410.12   0.09
XYZ53.266339.692461.9807
Yxy39.69240.34380.2562
Hunter Lab63.001940.6633-14.2276
CIE-Lab69.249944.7753-18.7707

#e88acc color RGB value is (232,138,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001010 11001100
Octal 350 212 314
Decimal 232 138 204
Hex E8 8A CC

RGB Percentages of Color #e88acc

%40.42
%24.04
%35.54

CMYK Percentages of Color #e88acc

%0
%41
%12
%9

Triadic Colors of #e88acc

#e88acc #cce88a #8acce8

Analogous Colors of #e88acc

#e88acc #e88a9d #d58ae8

Monochromatic Colors of #e88acc

#e88acc

Complementary Color

#e88acc #8ae8a6

#e88acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88acc Color CSS Codes

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

#e88acc Text Font Color

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

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


#e88acc Background Color

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

This div background color is #e88acc


#e88acc Border Color

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

This div border color is #e88acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88acc


Comments

No comments written yet.

Please login to write comment.