Color Hex Logo

#e088ac Color Hex

#E088AC
(224,136,172)
0 Favorites   0 Comments

Color spaces of #e088ac

RGB 224136172
HSL0.930.590.71
HSV335°39°88°
CMYK 0.000.390.23   0.12
XYZ46.991036.434243.5855
Yxy36.43420.37000.2869
Hunter Lab60.360733.3314-0.5598
CIE-Lab66.850438.2488-4.5522

#e088ac color RGB value is (224,136,172).

#e088ac hex color red value is 224, green value is 136 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e088ac hue: 0.93 , saturation: 0.59 and the lightness value of e088ac is 0.71.

The process color (four color CMYK) of #e088ac color hex is 0.00, 0.39, 0.23, 0.12. Web safe color of #e088ac is #cc9999. Color #e088ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001000 10101100
Octal 340 210 254
Decimal 224 136 172
Hex E0 88 AC

RGB Percentages of Color #e088ac

%42.11
%25.56
%32.33

CMYK Percentages of Color #e088ac

%0
%39
%23
%12

Triadic Colors of #e088ac

#e088ac #ace088 #88ace0

Analogous Colors of #e088ac

#e088ac #e09088 #e088d8

Monochromatic Colors of #e088ac

#e088ac

Complementary Color

#e088ac #88e0bc

#e088ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e088ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e088ac Color CSS Codes

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

#e088ac Text Font Color

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

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


#e088ac Background Color

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

This div background color is #e088ac


#e088ac Border Color

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

This div border color is #e088ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,136,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e088ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e088ac;
  -webkit-box-shadow: 1px 1px 3px 2px #e088ac;
  box-shadow:         1px 1px 3px 2px #e088ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,136,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e088ac


Comments

No comments written yet.

Please login to write comment.