Color Hex Logo

#e395ac Color Hex

#E395AC
(227,149,172)
0 Favorites   0 Comments

Color spaces of #e395ac

RGB 227149172
HSL0.950.580.74
HSV342°34°89°
CMYK 0.000.340.24   0.11
XYZ49.872440.804344.2772
Yxy40.80430.36960.3024
Hunter Lab63.878227.57543.6179
CIE-Lab70.038632.42770.1691

#e395ac color RGB value is (227,149,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010101 10101100
Octal 343 225 254
Decimal 227 149 172
Hex E3 95 AC

RGB Percentages of Color #e395ac

%41.42
%27.19
%31.39

CMYK Percentages of Color #e395ac

%0
%34
%24
%11

Triadic Colors of #e395ac

#e395ac #ace395 #95ace3

Analogous Colors of #e395ac

#e395ac #e3a595 #e395d3

Monochromatic Colors of #e395ac

#e395ac

Complementary Color

#e395ac #95e3cc

#e395ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e395ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e395ac Color CSS Codes

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

#e395ac Text Font Color

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

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


#e395ac Background Color

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

This div background color is #e395ac


#e395ac Border Color

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

This div border color is #e395ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e395ac


Comments

No comments written yet.

Please login to write comment.