Color Hex Logo

#ea402a Color Hex

#EA402A
(234,64,42)
0 Favorites   0 Comments

Color spaces of #ea402a

RGB 2346442
HSL0.020.820.54
HSV82°92°
CMYK 0.000.730.82   0.08
XYZ36.183021.32644.3998
Yxy21.32640.58450.3445
Hunter Lab46.180559.041026.6776
CIE-Lab53.304963.647550.8601

#ea402a color RGB value is (234,64,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000000 00101010
Octal 352 100 52
Decimal 234 64 42
Hex EA 40 2A

RGB Percentages of Color #ea402a

%68.82
%18.82
%12.35

CMYK Percentages of Color #ea402a

%0
%73
%82
%8

Triadic Colors of #ea402a

#ea402a #2aea40 #402aea

Analogous Colors of #ea402a

#ea402a #eaa02a #ea2a74

Monochromatic Colors of #ea402a

#ea402a

Complementary Color

#ea402a #2ad4ea

#ea402a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea402a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea402a Color CSS Codes

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

#ea402a Text Font Color

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

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


#ea402a Background Color

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

This div background color is #ea402a


#ea402a Border Color

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

This div border color is #ea402a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea402a


Comments

No comments written yet.

Please login to write comment.