Color Hex Logo

#ea112a Color Hex

#EA112A
(234,17,42)
0 Favorites   0 Comments

Color spaces of #ea112a

RGB 2341742
HSL0.980.860.49
HSV353°93°92°
CMYK 0.000.930.82   0.08
XYZ34.550118.06053.8555
Yxy18.06050.61190.3198
Hunter Lab42.497670.747624.3694
CIE-Lab49.569474.213347.3752

#ea112a color RGB value is (234,17,42).

#ea112a hex color red value is 234, green value is 17 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ea112a hue: 0.98 , saturation: 0.86 and the lightness value of ea112a is 0.49.

The process color (four color CMYK) of #ea112a color hex is 0.00, 0.93, 0.82, 0.08. Web safe color of #ea112a is #ff0033. Color #ea112a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010001 00101010
Octal 352 21 52
Decimal 234 17 42
Hex EA 11 2A

RGB Percentages of Color #ea112a

%79.86
%5.80
%14.33

CMYK Percentages of Color #ea112a

%0
%93
%82
%8

Triadic Colors of #ea112a

#ea112a #2aea11 #112aea

Analogous Colors of #ea112a

#ea112a #ea6511 #ea1197

Monochromatic Colors of #ea112a

#ea112a

Complementary Color

#ea112a #11ead1

#ea112a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea112a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea112a Color CSS Codes

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

#ea112a Text Font Color

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

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


#ea112a Background Color

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

This div background color is #ea112a


#ea112a Border Color

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

This div border color is #ea112a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea112a


Comments

No comments written yet.

Please login to write comment.