Color Hex Logo

#e3942e Color Hex

#E3942E
(227,148,46)
0 Favorites   0 Comments

Color spaces of #e3942e

RGB 22714846
HSL0.090.760.54
HSV34°80°89°
CMYK 0.000.350.80   0.11
XYZ42.761637.70807.6094
Yxy37.70800.48550.4281
Hunter Lab61.406816.839335.6377
CIE-Lab67.804921.898462.1102

#e3942e color RGB value is (227,148,46).

#e3942e hex color red value is 227, green value is 148 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e3942e hue: 0.09 , saturation: 0.76 and the lightness value of e3942e is 0.54.

The process color (four color CMYK) of #e3942e color hex is 0.00, 0.35, 0.80, 0.11. Web safe color of #e3942e is #cc9933. Color #e3942e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010100 00101110
Octal 343 224 56
Decimal 227 148 46
Hex E3 94 2E

RGB Percentages of Color #e3942e

%53.92
%35.15
%10.93

CMYK Percentages of Color #e3942e

%0
%35
%80
%11

Triadic Colors of #e3942e

#e3942e #2ee394 #942ee3

Analogous Colors of #e3942e

#e3942e #d8e32e #e33a2e

Monochromatic Colors of #e3942e

#e3942e

Complementary Color

#e3942e #2e7de3

#e3942e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3942e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3942e Color CSS Codes

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

#e3942e Text Font Color

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

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


#e3942e Background Color

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

This div background color is #e3942e


#e3942e Border Color

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

This div border color is #e3942e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3942e


Comments

No comments written yet.

Please login to write comment.