Color Hex Logo

#ea301a Color Hex

#EA301A
(234,48,26)
0 Favorites   0 Comments

Color spaces of #ea301a

RGB 2344826
HSL0.020.830.51
HSV89°92°
CMYK 0.000.790.89   0.08
XYZ35.175119.68092.9221
Yxy19.68090.60880.3406
Hunter Lab44.363263.895327.1489
CIE-Lab51.474568.140656.4563

#ea301a color RGB value is (234,48,26).

#ea301a hex color red value is 234, green value is 48 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ea301a hue: 0.02 , saturation: 0.83 and the lightness value of ea301a is 0.51.

The process color (four color CMYK) of #ea301a color hex is 0.00, 0.79, 0.89, 0.08. Web safe color of #ea301a is #ff3333. Color #ea301a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110000 00011010
Octal 352 60 32
Decimal 234 48 26
Hex EA 30 1A

RGB Percentages of Color #ea301a

%75.97
%15.58
%8.44

CMYK Percentages of Color #ea301a

%0
%79
%89
%8

Triadic Colors of #ea301a

#ea301a #1aea30 #301aea

Analogous Colors of #ea301a

#ea301a #ea981a #ea1a6c

Monochromatic Colors of #ea301a

#ea301a

Complementary Color

#ea301a #1ad4ea

#ea301a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea301a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea301a Color CSS Codes

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

#ea301a Text Font Color

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

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


#ea301a Background Color

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

This div background color is #ea301a


#ea301a Border Color

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

This div border color is #ea301a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea301a


Comments

No comments written yet.

Please login to write comment.