Color Hex Logo

#ea050b Color Hex

#EA050B
(234,5,11)
0 Favorites   0 Comments

Color spaces of #ea050b

RGB 234511
HSL1.000.960.47
HSV358°98°92°
CMYK 0.000.980.95   0.08
XYZ34.046417.62511.9242
Yxy17.62510.63520.3289
Hunter Lab41.982371.289426.6701
CIE-Lab49.038274.760460.0401

#ea050b color RGB value is (234,5,11).

#ea050b hex color red value is 234, green value is 5 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ea050b hue: 1.00 , saturation: 0.96 and the lightness value of ea050b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000101 00001011
Octal 352 5 13
Decimal 234 5 11
Hex EA 5 B

RGB Percentages of Color #ea050b

%93.60
%2.00
%4.40

CMYK Percentages of Color #ea050b

%0
%98
%95
%8

Triadic Colors of #ea050b

#ea050b #0bea05 #050bea

Analogous Colors of #ea050b

#ea050b #ea7205 #ea057e

Monochromatic Colors of #ea050b

#ea050b

Complementary Color

#ea050b #05eae4

#ea050b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea050b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea050b Color CSS Codes

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

#ea050b Text Font Color

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

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


#ea050b Background Color

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

This div background color is #ea050b


#ea050b Border Color

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

This div border color is #ea050b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea050b


Comments

No comments written yet.

Please login to write comment.