Color Hex Logo

#ea320c Color Hex

#EA320C
(234,50,12)
0 Favorites   0 Comments

Color spaces of #ea320c

RGB 2345012
HSL0.030.900.48
HSV10°95°92°
CMYK 0.000.790.95   0.08
XYZ35.138619.80022.3176
Yxy19.80020.61370.3458
Hunter Lab44.497463.086928.0601
CIE-Lab51.610667.429961.1427

#ea320c color RGB value is (234,50,12).

#ea320c hex color red value is 234, green value is 50 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ea320c hue: 0.03 , saturation: 0.90 and the lightness value of ea320c is 0.48.

The process color (four color CMYK) of #ea320c color hex is 0.00, 0.79, 0.95, 0.08. Web safe color of #ea320c is #ff3300. Color #ea320c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110010 00001100
Octal 352 62 14
Decimal 234 50 12
Hex EA 32 C

RGB Percentages of Color #ea320c

%79.05
%16.89
%4.05

CMYK Percentages of Color #ea320c

%0
%79
%95
%8

Triadic Colors of #ea320c

#ea320c #0cea32 #320cea

Analogous Colors of #ea320c

#ea320c #eaa10c #ea0c55

Monochromatic Colors of #ea320c

#ea320c

Complementary Color

#ea320c #0cc4ea

#ea320c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea320c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea320c Color CSS Codes

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

#ea320c Text Font Color

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

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


#ea320c Background Color

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

This div background color is #ea320c


#ea320c Border Color

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

This div border color is #ea320c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea320c


Comments

No comments written yet.

Please login to write comment.