Color Hex Logo

#ea294c Color Hex

#EA294C
(234,41,76)
0 Favorites   0 Comments

Color spaces of #ea294c

RGB 2344176
HSL0.970.820.54
HSV349°82°92°
CMYK 0.000.820.68   0.08
XYZ36.029119.60018.7217
Yxy19.60010.55990.3046
Hunter Lab44.272067.789519.3101
CIE-Lab51.382071.421129.9621

#ea294c color RGB value is (234,41,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101001 01001100
Octal 352 51 114
Decimal 234 41 76
Hex EA 29 4C

RGB Percentages of Color #ea294c

%66.67
%11.68
%21.65

CMYK Percentages of Color #ea294c

%0
%82
%68
%8

Triadic Colors of #ea294c

#ea294c #4cea29 #294cea

Analogous Colors of #ea294c

#ea294c #ea6729 #ea29ad

Monochromatic Colors of #ea294c

#ea294c

Complementary Color

#ea294c #29eac7

#ea294c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea294c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea294c Color CSS Codes

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

#ea294c Text Font Color

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

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


#ea294c Background Color

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

This div background color is #ea294c


#ea294c Border Color

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

This div border color is #ea294c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea294c


Comments

No comments written yet.

Please login to write comment.