Color Hex Logo

#e3342e Color Hex

#E3342E
(227,52,46)
0 Favorites   0 Comments

Color spaces of #e3342e

RGB 2275246
HSL0.010.760.54
HSV80°89°
CMYK 0.000.770.80   0.11
XYZ33.399718.98414.4887
Yxy18.98410.58730.3338
Hunter Lab43.570760.582624.3914
CIE-Lab50.668665.470145.8556

#e3342e color RGB value is (227,52,46).

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

The process color (four color CMYK) of #e3342e color hex is 0.00, 0.77, 0.80, 0.11. Web safe color of #e3342e is #cc3333. Color #e3342e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110100 00101110
Octal 343 64 56
Decimal 227 52 46
Hex E3 34 2E

RGB Percentages of Color #e3342e

%69.85
%16.00
%14.15

CMYK Percentages of Color #e3342e

%0
%77
%80
%11

Triadic Colors of #e3342e

#e3342e #2ee334 #342ee3

Analogous Colors of #e3342e

#e3342e #e38f2e #e32e83

Monochromatic Colors of #e3342e

#e3342e

Complementary Color

#e3342e #2edde3

#e3342e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3342e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3342e Color CSS Codes

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

#e3342e Text Font Color

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

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


#e3342e Background Color

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

This div background color is #e3342e


#e3342e Border Color

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

This div border color is #e3342e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3342e


Comments

No comments written yet.

Please login to write comment.