Color Hex Logo

#e195ac Color Hex

#E195AC
(225,149,172)
0 Favorites   0 Comments

Color spaces of #e195ac

RGB 225149172
HSL0.950.560.73
HSV342°34°88°
CMYK 0.000.340.24   0.12
XYZ49.245240.481044.2478
Yxy40.48100.36760.3022
Hunter Lab63.624726.81503.3040
CIE-Lab69.810831.7120-0.1909

#e195ac color RGB value is (225,149,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010101 10101100
Octal 341 225 254
Decimal 225 149 172
Hex E1 95 AC

RGB Percentages of Color #e195ac

%41.21
%27.29
%31.50

CMYK Percentages of Color #e195ac

%0
%34
%24
%12

Triadic Colors of #e195ac

#e195ac #ace195 #95ace1

Analogous Colors of #e195ac

#e195ac #e1a495 #e195d2

Monochromatic Colors of #e195ac

#e195ac

Complementary Color

#e195ac #95e1ca

#e195ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e195ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e195ac Color CSS Codes

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

#e195ac Text Font Color

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

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


#e195ac Background Color

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

This div background color is #e195ac


#e195ac Border Color

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

This div border color is #e195ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e195ac


Comments

No comments written yet.

Please login to write comment.