Color Hex Logo

#ea442c Color Hex

#EA442C
(234,68,44)
0 Favorites   0 Comments

Color spaces of #ea442c

RGB 2346844
HSL0.020.820.55
HSV81°92°
CMYK 0.000.710.81   0.08
XYZ36.453421.80854.6710
Yxy21.80850.57920.3465
Hunter Lab46.699657.611826.7594
CIE-Lab53.823262.313750.3717

#ea442c color RGB value is (234,68,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000100 00101100
Octal 352 104 54
Decimal 234 68 44
Hex EA 44 2C

RGB Percentages of Color #ea442c

%67.63
%19.65
%12.72

CMYK Percentages of Color #ea442c

%0
%71
%81
%8

Triadic Colors of #ea442c

#ea442c #2cea44 #442cea

Analogous Colors of #ea442c

#ea442c #eaa32c #ea2c73

Monochromatic Colors of #ea442c

#ea442c

Complementary Color

#ea442c #2cd2ea

#ea442c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea442c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea442c Color CSS Codes

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

#ea442c Text Font Color

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

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


#ea442c Background Color

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

This div background color is #ea442c


#ea442c Border Color

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

This div border color is #ea442c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea442c


Comments

No comments written yet.

Please login to write comment.