Color Hex Logo

#ea0b0a Color Hex

#EA0B0A
(234,11,10)
0 Favorites   0 Comments

Color spaces of #ea0b0a

RGB 2341110
HSL0.000.920.48
HSV96°92°
CMYK 0.000.950.96   0.08
XYZ34.106117.75371.9164
Yxy17.75370.63420.3301
Hunter Lab42.135170.749526.7980
CIE-Lab49.196074.287760.3827

#ea0b0a color RGB value is (234,11,10).

#ea0b0a hex color red value is 234, green value is 11 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ea0b0a hue: 0.00 , saturation: 0.92 and the lightness value of ea0b0a is 0.48.

The process color (four color CMYK) of #ea0b0a color hex is 0.00, 0.95, 0.96, 0.08. Web safe color of #ea0b0a is #ff0000. Color #ea0b0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001011 00001010
Octal 352 13 12
Decimal 234 11 10
Hex EA B A

RGB Percentages of Color #ea0b0a

%91.76
%4.31
%3.92

CMYK Percentages of Color #ea0b0a

%0
%95
%96
%8

Triadic Colors of #ea0b0a

#ea0b0a #0aea0b #0b0aea

Analogous Colors of #ea0b0a

#ea0b0a #ea7b0a #ea0a79

Monochromatic Colors of #ea0b0a

#ea0b0a

Complementary Color

#ea0b0a #0ae9ea

#ea0b0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea0b0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea0b0a Color CSS Codes

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

#ea0b0a Text Font Color

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

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


#ea0b0a Background Color

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

This div background color is #ea0b0a


#ea0b0a Border Color

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

This div border color is #ea0b0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea0b0a


Comments

No comments written yet.

Please login to write comment.