Color Hex Logo

#e196ac Color Hex

#E196AC
(225,150,172)
0 Favorites   0 Comments

Color spaces of #e196ac

RGB 225150172
HSL0.950.560.74
HSV342°33°88°
CMYK 0.000.330.24   0.12
XYZ49.404140.798844.3008
Yxy40.79880.36730.3033
Hunter Lab63.873926.28373.5902
CIE-Lab70.034731.17810.1361

#e196ac color RGB value is (225,150,172).

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

The process color (four color CMYK) of #e196ac color hex is 0.00, 0.33, 0.24, 0.12. Web safe color of #e196ac is #cc9999. Color #e196ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010110 10101100
Octal 341 226 254
Decimal 225 150 172
Hex E1 96 AC

RGB Percentages of Color #e196ac

%41.13
%27.42
%31.44

CMYK Percentages of Color #e196ac

%0
%33
%24
%12

Triadic Colors of #e196ac

#e196ac #ace196 #96ace1

Analogous Colors of #e196ac

#e196ac #e1a696 #e196d2

Monochromatic Colors of #e196ac

#e196ac

Complementary Color

#e196ac #96e1cb

#e196ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e196ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e196ac Color CSS Codes

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

#e196ac Text Font Color

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

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


#e196ac Background Color

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

This div background color is #e196ac


#e196ac Border Color

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

This div border color is #e196ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e196ac


Comments

No comments written yet.

Please login to write comment.