Color Hex Logo

#e1852c Color Hex

#E1852C
(225,133,44)
0 Favorites   0 Comments

Color spaces of #e1852c

RGB 22513344
HSL0.080.750.53
HSV30°80°88°
CMYK 0.000.410.80   0.12
XYZ39.893532.96456.6430
Yxy32.96450.50180.4146
Hunter Lab57.414723.551533.3303
CIE-Lab64.132228.964359.4245

#e1852c color RGB value is (225,133,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000101 00101100
Octal 341 205 54
Decimal 225 133 44
Hex E1 85 2C

RGB Percentages of Color #e1852c

%55.97
%33.08
%10.95

CMYK Percentages of Color #e1852c

%0
%41
%80
%12

Triadic Colors of #e1852c

#e1852c #2ce185 #852ce1

Analogous Colors of #e1852c

#e1852c #e1e02c #e12c2e

Monochromatic Colors of #e1852c

#e1852c

Complementary Color

#e1852c #2c88e1

#e1852c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1852c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1852c Color CSS Codes

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

#e1852c Text Font Color

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

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


#e1852c Background Color

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

This div background color is #e1852c


#e1852c Border Color

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

This div border color is #e1852c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1852c


Comments

No comments written yet.

Please login to write comment.