Color Hex Logo

#e0882d Color Hex

#E0882D
(224,136,45)
0 Favorites   0 Comments

Color spaces of #e0882d

RGB 22413645
HSL0.080.740.53
HSV31°80°88°
CMYK 0.000.390.80   0.12
XYZ40.018333.64516.8676
Yxy33.64510.49690.4178
Hunter Lab58.004421.642733.5833
CIE-Lab64.679926.993459.4913

#e0882d color RGB value is (224,136,45).

#e0882d hex color red value is 224, green value is 136 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #e0882d hue: 0.08 , saturation: 0.74 and the lightness value of e0882d is 0.53.

The process color (four color CMYK) of #e0882d color hex is 0.00, 0.39, 0.80, 0.12. Web safe color of #e0882d is #cc9933. Color #e0882d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001000 00101101
Octal 340 210 55
Decimal 224 136 45
Hex E0 88 2D

RGB Percentages of Color #e0882d

%55.31
%33.58
%11.11

CMYK Percentages of Color #e0882d

%0
%39
%80
%12

Triadic Colors of #e0882d

#e0882d #2de088 #882de0

Analogous Colors of #e0882d

#e0882d #dfe02d #e02f2d

Monochromatic Colors of #e0882d

#e0882d

Complementary Color

#e0882d #2d85e0

#e0882d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0882d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0882d Color CSS Codes

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

#e0882d Text Font Color

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

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


#e0882d Background Color

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

This div background color is #e0882d


#e0882d Border Color

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

This div border color is #e0882d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0882d


Comments

No comments written yet.

Please login to write comment.