Color Hex Logo

#e890ac Color Hex

#E890AC
(232,144,172)
0 Favorites   0 Comments

Color spaces of #e890ac

RGB 232144172
HSL0.950.660.74
HSV341°38°91°
CMYK 0.000.380.26   0.09
XYZ50.698440.080944.0940
Yxy40.08090.37590.2972
Hunter Lab63.309532.15173.0221
CIE-Lab69.527136.8466-0.5081

#e890ac color RGB value is (232,144,172).

#e890ac hex color red value is 232, green value is 144 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e890ac hue: 0.95 , saturation: 0.66 and the lightness value of e890ac is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010000 10101100
Octal 350 220 254
Decimal 232 144 172
Hex E8 90 AC

RGB Percentages of Color #e890ac

%42.34
%26.28
%31.39

CMYK Percentages of Color #e890ac

%0
%38
%26
%9

Triadic Colors of #e890ac

#e890ac #ace890 #90ace8

Analogous Colors of #e890ac

#e890ac #e8a090 #e890d8

Monochromatic Colors of #e890ac

#e890ac

Complementary Color

#e890ac #90e8cc

#e890ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e890ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e890ac Color CSS Codes

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

#e890ac Text Font Color

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

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


#e890ac Background Color

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

This div background color is #e890ac


#e890ac Border Color

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

This div border color is #e890ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e890ac


Comments

No comments written yet.

Please login to write comment.