Color Hex Logo

#e091ac Color Hex

#E091AC
(224,145,172)
0 Favorites   0 Comments

Color spaces of #e091ac

RGB 224145172
HSL0.940.560.72
HSV339°35°88°
CMYK 0.000.350.23   0.12
XYZ48.312339.076644.0259
Yxy39.07660.36760.2974
Hunter Lab62.511328.56032.0007
CIE-Lab68.806733.4877-1.6740

#e091ac color RGB value is (224,145,172).

#e091ac hex color red value is 224, green value is 145 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e091ac hue: 0.94 , saturation: 0.56 and the lightness value of e091ac is 0.72.

The process color (four color CMYK) of #e091ac color hex is 0.00, 0.35, 0.23, 0.12. Web safe color of #e091ac is #cc9999. Color #e091ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010001 10101100
Octal 340 221 254
Decimal 224 145 172
Hex E0 91 AC

RGB Percentages of Color #e091ac

%41.40
%26.80
%31.79

CMYK Percentages of Color #e091ac

%0
%35
%23
%12

Triadic Colors of #e091ac

#e091ac #ace091 #91ace0

Analogous Colors of #e091ac

#e091ac #e09e91 #e091d4

Monochromatic Colors of #e091ac

#e091ac

Complementary Color

#e091ac #91e0c5

#e091ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e091ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e091ac Color CSS Codes

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

#e091ac Text Font Color

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

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


#e091ac Background Color

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

This div background color is #e091ac


#e091ac Border Color

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

This div border color is #e091ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e091ac


Comments

No comments written yet.

Please login to write comment.