Color Hex Logo

#e0875f Color Hex

#E0875F
(224,135,95)
0 Favorites   0 Comments

Color spaces of #e0875f

RGB 22413595
HSL0.050.680.63
HSV19°58°88°
CMYK 0.000.400.58   0.12
XYZ41.470034.001515.2037
Yxy34.00150.45730.3750
Hunter Lab58.310824.903325.3586
CIE-Lab64.963830.247635.8335

#e0875f color RGB value is (224,135,95).

#e0875f hex color red value is 224, green value is 135 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e0875f hue: 0.05 , saturation: 0.68 and the lightness value of e0875f is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000111 01011111
Octal 340 207 137
Decimal 224 135 95
Hex E0 87 5F

RGB Percentages of Color #e0875f

%49.34
%29.74
%20.93

CMYK Percentages of Color #e0875f

%0
%40
%58
%12

Triadic Colors of #e0875f

#e0875f #5fe087 #875fe0

Analogous Colors of #e0875f

#e0875f #e0c85f #e05f78

Monochromatic Colors of #e0875f

#e0875f

Complementary Color

#e0875f #5fb8e0

#e0875f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0875f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0875f Color CSS Codes

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

#e0875f Text Font Color

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

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


#e0875f Background Color

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

This div background color is #e0875f


#e0875f Border Color

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

This div border color is #e0875f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0875f


Comments

No comments written yet.

Please login to write comment.