Color Hex Logo

#e0878e Color Hex

#E0878E
(224,135,142)
0 Favorites   0 Comments

Color spaces of #e0878e

RGB 224135142
HSL0.990.590.70
HSV355°40°88°
CMYK 0.000.400.37   0.12
XYZ44.286935.128230.0374
Yxy35.12820.40460.3209
Hunter Lab59.269029.657611.4403
CIE-Lab65.848434.833810.9219

#e0878e color RGB value is (224,135,142).

#e0878e hex color red value is 224, green value is 135 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e0878e hue: 0.99 , saturation: 0.59 and the lightness value of e0878e is 0.70.

The process color (four color CMYK) of #e0878e color hex is 0.00, 0.40, 0.37, 0.12. Web safe color of #e0878e is #cc9999. Color #e0878e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000111 10001110
Octal 340 207 216
Decimal 224 135 142
Hex E0 87 8E

RGB Percentages of Color #e0878e

%44.71
%26.95
%28.34

CMYK Percentages of Color #e0878e

%0
%40
%37
%12

Triadic Colors of #e0878e

#e0878e #8ee087 #878ee0

Analogous Colors of #e0878e

#e0878e #e0ad87 #e087bb

Monochromatic Colors of #e0878e

#e0878e

Complementary Color

#e0878e #87e0d9

#e0878e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0878e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0878e Color CSS Codes

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

#e0878e Text Font Color

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

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


#e0878e Background Color

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

This div background color is #e0878e


#e0878e Border Color

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

This div border color is #e0878e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0878e


Comments

No comments written yet.

Please login to write comment.