Color Hex Logo

#e991ac Color Hex

#E991AC
(233,145,172)
0 Favorites   0 Comments

Color spaces of #e991ac

RGB 233145172
HSL0.950.670.74
HSV342°38°91°
CMYK 0.000.380.26   0.09
XYZ51.176140.553044.1600
Yxy40.55300.37660.2984
Hunter Lab63.681232.00563.4620
CIE-Lab69.861636.6744-0.0052

#e991ac color RGB value is (233,145,172).

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

The process color (four color CMYK) of #e991ac color hex is 0.00, 0.38, 0.26, 0.09. Web safe color of #e991ac is #ff9999. Color #e991ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010001 10101100
Octal 351 221 254
Decimal 233 145 172
Hex E9 91 AC

RGB Percentages of Color #e991ac

%42.36
%26.36
%31.27

CMYK Percentages of Color #e991ac

%0
%38
%26
%9

Triadic Colors of #e991ac

#e991ac #ace991 #91ace9

Analogous Colors of #e991ac

#e991ac #e9a291 #e991d8

Monochromatic Colors of #e991ac

#e991ac

Complementary Color

#e991ac #91e9ce

#e991ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e991ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e991ac Color CSS Codes

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

#e991ac Text Font Color

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

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


#e991ac Background Color

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

This div background color is #e991ac


#e991ac Border Color

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

This div border color is #e991ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e991ac


Comments

No comments written yet.

Please login to write comment.