Color Hex Logo

#e1802e Color Hex

#E1802E
(225,128,46)
0 Favorites   0 Comments

Color spaces of #e1802e

RGB 22512846
HSL0.080.750.53
HSV27°80°88°
CMYK 0.000.430.80   0.12
XYZ39.263731.64326.6231
Yxy31.64320.50640.4081
Hunter Lab56.252326.150232.3958
CIE-Lab63.046931.661757.6320

#e1802e color RGB value is (225,128,46).

#e1802e hex color red value is 225, green value is 128 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e1802e hue: 0.08 , saturation: 0.75 and the lightness value of e1802e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000000 00101110
Octal 341 200 56
Decimal 225 128 46
Hex E1 80 2E

RGB Percentages of Color #e1802e

%56.39
%32.08
%11.53

CMYK Percentages of Color #e1802e

%0
%43
%80
%12

Triadic Colors of #e1802e

#e1802e #2ee180 #802ee1

Analogous Colors of #e1802e

#e1802e #e1da2e #e12e36

Monochromatic Colors of #e1802e

#e1802e

Complementary Color

#e1802e #2e8fe1

#e1802e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1802e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1802e Color CSS Codes

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

#e1802e Text Font Color

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

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


#e1802e Background Color

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

This div background color is #e1802e


#e1802e Border Color

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

This div border color is #e1802e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,128,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1802e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1802e;
  -webkit-box-shadow: 1px 1px 3px 2px #e1802e;
  box-shadow:         1px 1px 3px 2px #e1802e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,128,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1802e


Comments

No comments written yet.

Please login to write comment.