Color Hex Logo

#e88cac Color Hex

#E88CAC
(232,140,172)
0 Favorites   0 Comments

Color spaces of #e88cac

RGB 232140172
HSL0.940.670.73
HSV339°40°91°
CMYK 0.000.400.26   0.09
XYZ50.103238.890543.8956
Yxy38.89050.37700.2927
Hunter Lab62.362234.27691.9205
CIE-Lab68.671938.9398-1.7604

#e88cac color RGB value is (232,140,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001100 10101100
Octal 350 214 254
Decimal 232 140 172
Hex E8 8C AC

RGB Percentages of Color #e88cac

%42.65
%25.74
%31.62

CMYK Percentages of Color #e88cac

%0
%40
%26
%9

Triadic Colors of #e88cac

#e88cac #ace88c #8cace8

Analogous Colors of #e88cac

#e88cac #e89a8c #e88cda

Monochromatic Colors of #e88cac

#e88cac

Complementary Color

#e88cac #8ce8c8

#e88cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88cac Color CSS Codes

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

#e88cac Text Font Color

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

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


#e88cac Background Color

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

This div background color is #e88cac


#e88cac Border Color

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

This div border color is #e88cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88cac


Comments

No comments written yet.

Please login to write comment.