Color Hex Logo

#ea342a Color Hex

#EA342A
(234,52,42)
0 Favorites   0 Comments

Color spaces of #ea342a

RGB 2345242
HSL0.010.820.54
HSV82°92°
CMYK 0.000.780.82   0.08
XYZ35.577620.11564.1980
Yxy20.11560.59400.3359
Hunter Lab44.850463.106925.8457
CIE-Lab51.967767.378949.6203

#ea342a color RGB value is (234,52,42).

#ea342a hex color red value is 234, green value is 52 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ea342a hue: 0.01 , saturation: 0.82 and the lightness value of ea342a is 0.54.

The process color (four color CMYK) of #ea342a color hex is 0.00, 0.78, 0.82, 0.08. Web safe color of #ea342a is #ff3333. Color #ea342a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110100 00101010
Octal 352 64 52
Decimal 234 52 42
Hex EA 34 2A

RGB Percentages of Color #ea342a

%71.34
%15.85
%12.80

CMYK Percentages of Color #ea342a

%0
%78
%82
%8

Triadic Colors of #ea342a

#ea342a #2aea34 #342aea

Analogous Colors of #ea342a

#ea342a #ea942a #ea2a80

Monochromatic Colors of #ea342a

#ea342a

Complementary Color

#ea342a #2ae0ea

#ea342a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea342a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea342a Color CSS Codes

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

#ea342a Text Font Color

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

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


#ea342a Background Color

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

This div background color is #ea342a


#ea342a Border Color

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

This div border color is #ea342a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea342a


Comments

No comments written yet.

Please login to write comment.