Color Hex Logo

#e391ac Color Hex

#E391AC
(227,145,172)
0 Favorites   0 Comments

Color spaces of #e391ac

RGB 227145172
HSL0.950.590.73
HSV340°36°89°
CMYK 0.000.360.24   0.11
XYZ49.250339.560244.0698
Yxy39.56020.37060.2977
Hunter Lab62.896929.70172.4853
CIE-Lab69.155134.5518-1.1224

#e391ac color RGB value is (227,145,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010001 10101100
Octal 343 221 254
Decimal 227 145 172
Hex E3 91 AC

RGB Percentages of Color #e391ac

%41.73
%26.65
%31.62

CMYK Percentages of Color #e391ac

%0
%36
%24
%11

Triadic Colors of #e391ac

#e391ac #ace391 #91ace3

Analogous Colors of #e391ac

#e391ac #e39f91 #e391d5

Monochromatic Colors of #e391ac

#e391ac

Complementary Color

#e391ac #91e3c8

#e391ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e391ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e391ac Color CSS Codes

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

#e391ac Text Font Color

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

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


#e391ac Background Color

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

This div background color is #e391ac


#e391ac Border Color

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

This div border color is #e391ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e391ac


Comments

No comments written yet.

Please login to write comment.