Color Hex Logo

#e0919e Color Hex

#E0919E
(224,145,158)
0 Favorites   0 Comments

Color spaces of #e0919e

RGB 224145158
HSL0.970.560.72
HSV350°35°88°
CMYK 0.000.350.29   0.12
XYZ47.037438.566737.3127
Yxy38.56670.38270.3138
Hunter Lab62.102126.52097.8484
CIE-Lab68.436231.54335.6224

#e0919e color RGB value is (224,145,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010001 10011110
Octal 340 221 236
Decimal 224 145 158
Hex E0 91 9E

RGB Percentages of Color #e0919e

%42.50
%27.51
%29.98

CMYK Percentages of Color #e0919e

%0
%35
%29
%12

Triadic Colors of #e0919e

#e0919e #9ee091 #919ee0

Analogous Colors of #e0919e

#e0919e #e0ac91 #e091c6

Monochromatic Colors of #e0919e

#e0919e

Complementary Color

#e0919e #91e0d3

#e0919e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0919e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0919e Color CSS Codes

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

#e0919e Text Font Color

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

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


#e0919e Background Color

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

This div background color is #e0919e


#e0919e Border Color

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

This div border color is #e0919e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,145,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e0919e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0919e


Comments

No comments written yet.

Please login to write comment.