Color Hex Logo

#ea422c Color Hex

#EA422C
(234,66,44)
0 Favorites   0 Comments

Color spaces of #ea422c

RGB 2346644
HSL0.020.820.55
HSV81°92°
CMYK 0.000.720.81   0.08
XYZ36.334521.57074.6314
Yxy21.57070.58100.3449
Hunter Lab46.444358.367526.5986
CIE-Lab53.568563.016250.1309

#ea422c color RGB value is (234,66,44).

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

The process color (four color CMYK) of #ea422c color hex is 0.00, 0.72, 0.81, 0.08. Web safe color of #ea422c is #ff3333. Color #ea422c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000010 00101100
Octal 352 102 54
Decimal 234 66 44
Hex EA 42 2C

RGB Percentages of Color #ea422c

%68.02
%19.19
%12.79

CMYK Percentages of Color #ea422c

%0
%72
%81
%8

Triadic Colors of #ea422c

#ea422c #2cea42 #422cea

Analogous Colors of #ea422c

#ea422c #eaa12c #ea2c75

Monochromatic Colors of #ea422c

#ea422c

Complementary Color

#ea422c #2cd4ea

#ea422c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea422c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea422c Color CSS Codes

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

#ea422c Text Font Color

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

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


#ea422c Background Color

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

This div background color is #ea422c


#ea422c Border Color

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

This div border color is #ea422c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea422c


Comments

No comments written yet.

Please login to write comment.