Color Hex Logo

#e0979f Color Hex

#E0979F
(224,151,159)
0 Favorites   0 Comments

Color spaces of #e0979f

RGB 224151159
HSL0.980.540.74
HSV353°33°88°
CMYK 0.000.330.29   0.12
XYZ48.065140.483738.0817
Yxy40.48370.37960.3197
Hunter Lab63.626823.49609.0527
CIE-Lab69.812728.47007.0406

#e0979f color RGB value is (224,151,159).

#e0979f hex color red value is 224, green value is 151 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e0979f hue: 0.98 , saturation: 0.54 and the lightness value of e0979f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010111 10011111
Octal 340 227 237
Decimal 224 151 159
Hex E0 97 9F

RGB Percentages of Color #e0979f

%41.95
%28.28
%29.78

CMYK Percentages of Color #e0979f

%0
%33
%29
%12

Triadic Colors of #e0979f

#e0979f #9fe097 #979fe0

Analogous Colors of #e0979f

#e0979f #e0b497 #e097c4

Monochromatic Colors of #e0979f

#e0979f

Complementary Color

#e0979f #97e0d8

#e0979f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0979f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0979f Color CSS Codes

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

#e0979f Text Font Color

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

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


#e0979f Background Color

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

This div background color is #e0979f


#e0979f Border Color

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

This div border color is #e0979f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0979f


Comments

No comments written yet.

Please login to write comment.