Color Hex Logo

#e3832a Color Hex

#E3832A
(227,131,42)
0 Favorites   0 Comments

Color spaces of #e3832a

RGB 22713142
HSL0.080.770.53
HSV29°81°89°
CMYK 0.000.420.81   0.11
XYZ40.212832.73076.3887
Yxy32.73070.50690.4126
Hunter Lab57.210825.346833.4266
CIE-Lab63.942330.779060.1148

#e3832a color RGB value is (227,131,42).

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

The process color (four color CMYK) of #e3832a color hex is 0.00, 0.42, 0.81, 0.11. Web safe color of #e3832a is #cc9933. Color #e3832a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000011 00101010
Octal 343 203 52
Decimal 227 131 42
Hex E3 83 2A

RGB Percentages of Color #e3832a

%56.75
%32.75
%10.50

CMYK Percentages of Color #e3832a

%0
%42
%81
%11

Triadic Colors of #e3832a

#e3832a #2ae383 #832ae3

Analogous Colors of #e3832a

#e3832a #e3e02a #e32a2d

Monochromatic Colors of #e3832a

#e3832a

Complementary Color

#e3832a #2a8ae3

#e3832a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3832a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3832a Color CSS Codes

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

#e3832a Text Font Color

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

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


#e3832a Background Color

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

This div background color is #e3832a


#e3832a Border Color

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

This div border color is #e3832a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3832a


Comments

No comments written yet.

Please login to write comment.