Color Hex Logo

#e491ac Color Hex

#E491AC
(228,145,172)
0 Favorites   0 Comments

Color spaces of #e491ac

RGB 228145172
HSL0.950.610.73
HSV340°36°89°
CMYK 0.000.360.25   0.11
XYZ49.566739.723344.0846
Yxy39.72330.37160.2978
Hunter Lab63.026430.08392.6474
CIE-Lab69.272034.9063-0.9375

#e491ac color RGB value is (228,145,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010001 10101100
Octal 344 221 254
Decimal 228 145 172
Hex E4 91 AC

RGB Percentages of Color #e491ac

%41.83
%26.61
%31.56

CMYK Percentages of Color #e491ac

%0
%36
%25
%11

Triadic Colors of #e491ac

#e491ac #ace491 #91ace4

Analogous Colors of #e491ac

#e491ac #e4a091 #e491d6

Monochromatic Colors of #e491ac

#e491ac

Complementary Color

#e491ac #91e4c9

#e491ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e491ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e491ac Color CSS Codes

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

#e491ac Text Font Color

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

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


#e491ac Background Color

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

This div background color is #e491ac


#e491ac Border Color

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

This div border color is #e491ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e491ac


Comments

No comments written yet.

Please login to write comment.