Color Hex Logo

#e0320a Color Hex

#E0320A
(224,50,10)
0 Favorites   0 Comments

Color spaces of #e0320a

RGB 2245010
HSL0.030.910.46
HSV11°96°88°
CMYK 0.000.780.96   0.12
XYZ31.935918.15042.1073
Yxy18.15040.61190.3478
Hunter Lab42.603359.249826.8896
CIE-Lab49.678064.508159.5407

#e0320a color RGB value is (224,50,10).

#e0320a hex color red value is 224, green value is 50 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #e0320a hue: 0.03 , saturation: 0.91 and the lightness value of e0320a is 0.46.

The process color (four color CMYK) of #e0320a color hex is 0.00, 0.78, 0.96, 0.12. Web safe color of #e0320a is #cc3300. Color #e0320a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110010 00001010
Octal 340 62 12
Decimal 224 50 10
Hex E0 32 A

RGB Percentages of Color #e0320a

%78.87
%17.61
%3.52

CMYK Percentages of Color #e0320a

%0
%78
%96
%12

Triadic Colors of #e0320a

#e0320a #0ae032 #320ae0

Analogous Colors of #e0320a

#e0320a #e09d0a #e00a4d

Monochromatic Colors of #e0320a

#e0320a

Complementary Color

#e0320a #0ab8e0

#e0320a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0320a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0320a Color CSS Codes

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

#e0320a Text Font Color

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

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


#e0320a Background Color

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

This div background color is #e0320a


#e0320a Border Color

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

This div border color is #e0320a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0320a


Comments

No comments written yet.

Please login to write comment.