Color Hex Logo

#e1892d Color Hex

#E1892D
(225,137,45)
0 Favorites   0 Comments

Color spaces of #e1892d

RGB 22513745
HSL0.090.750.53
HSV31°80°88°
CMYK 0.000.390.80   0.12
XYZ40.470734.08836.9293
Yxy34.08830.49660.4183
Hunter Lab58.385221.556333.8329
CIE-Lab65.032626.880059.8617

#e1892d color RGB value is (225,137,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001001 00101101
Octal 341 211 55
Decimal 225 137 45
Hex E1 89 2D

RGB Percentages of Color #e1892d

%55.28
%33.66
%11.06

CMYK Percentages of Color #e1892d

%0
%39
%80
%12

Triadic Colors of #e1892d

#e1892d #2de189 #892de1

Analogous Colors of #e1892d

#e1892d #dfe12d #e12f2d

Monochromatic Colors of #e1892d

#e1892d

Complementary Color

#e1892d #2d85e1

#e1892d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1892d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1892d Color CSS Codes

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

#e1892d Text Font Color

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

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


#e1892d Background Color

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

This div background color is #e1892d


#e1892d Border Color

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

This div border color is #e1892d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,137,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 #e1892d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1892d


Comments

No comments written yet.

Please login to write comment.