Color Hex Logo

#e3912a Color Hex

#E3912A
(227,145,42)
0 Favorites   0 Comments

Color spaces of #e3912a

RGB 22714542
HSL0.090.770.53
HSV33°81°89°
CMYK 0.000.360.81   0.11
XYZ42.221936.74897.0584
Yxy36.74890.49080.4272
Hunter Lab60.620918.237135.5312
CIE-Lab67.088223.368762.9130

#e3912a color RGB value is (227,145,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010001 00101010
Octal 343 221 52
Decimal 227 145 42
Hex E3 91 2A

RGB Percentages of Color #e3912a

%54.83
%35.02
%10.14

CMYK Percentages of Color #e3912a

%0
%36
%81
%11

Triadic Colors of #e3912a

#e3912a #2ae391 #912ae3

Analogous Colors of #e3912a

#e3912a #d9e32a #e3352a

Monochromatic Colors of #e3912a

#e3912a

Complementary Color

#e3912a #2a7ce3

#e3912a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3912a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3912a Color CSS Codes

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

#e3912a Text Font Color

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

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


#e3912a Background Color

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

This div background color is #e3912a


#e3912a Border Color

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

This div border color is #e3912a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3912a


Comments

No comments written yet.

Please login to write comment.