Color Hex Logo

#e34932 Color Hex

#E34932
(227,73,50)
0 Favorites   0 Comments

Color spaces of #e34932

RGB 2277350
HSL0.020.760.54
HSV78°89°
CMYK 0.000.680.78   0.11
XYZ34.636821.32635.3084
Yxy21.32630.56530.3481
Hunter Lab46.180453.065125.5109
CIE-Lab53.304858.410846.4279

#e34932 color RGB value is (227,73,50).

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

The process color (four color CMYK) of #e34932 color hex is 0.00, 0.68, 0.78, 0.11. Web safe color of #e34932 is #cc3333. Color #e34932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001001 00110010
Octal 343 111 62
Decimal 227 73 50
Hex E3 49 32

RGB Percentages of Color #e34932

%64.86
%20.86
%14.29

CMYK Percentages of Color #e34932

%0
%68
%78
%11

Triadic Colors of #e34932

#e34932 #32e349 #4932e3

Analogous Colors of #e34932

#e34932 #e3a232 #e33274

Monochromatic Colors of #e34932

#e34932

Complementary Color

#e34932 #32cce3

#e34932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34932 Color CSS Codes

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

#e34932 Text Font Color

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

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


#e34932 Background Color

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

This div background color is #e34932


#e34932 Border Color

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

This div border color is #e34932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34932


Comments

No comments written yet.

Please login to write comment.