Color Hex Logo

#e0874e Color Hex

#E0874E
(224,135,78)
0 Favorites   0 Comments

Color spaces of #e0874e

RGB 22413578
HSL0.070.700.59
HSV23°65°88°
CMYK 0.000.400.65   0.12
XYZ40.779633.725311.5680
Yxy33.72530.47380.3918
Hunter Lab58.073523.715328.8411
CIE-Lab64.743929.078844.4891

#e0874e color RGB value is (224,135,78).

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

The process color (four color CMYK) of #e0874e color hex is 0.00, 0.40, 0.65, 0.12. Web safe color of #e0874e is #cc9966. Color #e0874e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000111 01001110
Octal 340 207 116
Decimal 224 135 78
Hex E0 87 4E

RGB Percentages of Color #e0874e

%51.26
%30.89
%17.85

CMYK Percentages of Color #e0874e

%0
%40
%65
%12

Triadic Colors of #e0874e

#e0874e #4ee087 #874ee0

Analogous Colors of #e0874e

#e0874e #e0d04e #e04e5e

Monochromatic Colors of #e0874e

#e0874e

Complementary Color

#e0874e #4ea7e0

#e0874e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0874e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0874e Color CSS Codes

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

#e0874e Text Font Color

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

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


#e0874e Background Color

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

This div background color is #e0874e


#e0874e Border Color

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

This div border color is #e0874e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0874e


Comments

No comments written yet.

Please login to write comment.