Color Hex Logo

#e1832f Color Hex

#E1832F
(225,131,47)
0 Favorites   0 Comments

Color spaces of #e1832f

RGB 22513147
HSL0.080.750.53
HSV28°79°88°
CMYK 0.000.420.79   0.12
XYZ39.680732.44546.8605
Yxy32.44540.50240.4108
Hunter Lab56.960924.667132.7316
CIE-Lab63.709330.120157.8453

#e1832f color RGB value is (225,131,47).

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

The process color (four color CMYK) of #e1832f color hex is 0.00, 0.42, 0.79, 0.12. Web safe color of #e1832f is #cc9933. Color #e1832f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000011 00101111
Octal 341 203 57
Decimal 225 131 47
Hex E1 83 2F

RGB Percentages of Color #e1832f

%55.83
%32.51
%11.66

CMYK Percentages of Color #e1832f

%0
%42
%79
%12

Triadic Colors of #e1832f

#e1832f #2fe183 #832fe1

Analogous Colors of #e1832f

#e1832f #e1dc2f #e12f34

Monochromatic Colors of #e1832f

#e1832f

Complementary Color

#e1832f #2f8de1

#e1832f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1832f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1832f Color CSS Codes

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

#e1832f Text Font Color

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

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


#e1832f Background Color

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

This div background color is #e1832f


#e1832f Border Color

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

This div border color is #e1832f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1832f


Comments

No comments written yet.

Please login to write comment.