Color Hex Logo

#ea294d Color Hex

#EA294D
(234,41,77)
0 Favorites   0 Comments

Color spaces of #ea294d

RGB 2344177
HSL0.970.820.54
HSV349°82°92°
CMYK 0.000.820.67   0.08
XYZ36.064219.61418.9063
Yxy19.61410.55840.3037
Hunter Lab44.287867.851519.0782
CIE-Lab51.398171.469529.3857

#ea294d color RGB value is (234,41,77).

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

The process color (four color CMYK) of #ea294d color hex is 0.00, 0.82, 0.67, 0.08. Web safe color of #ea294d is #ff3366. Color #ea294d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101001 01001101
Octal 352 51 115
Decimal 234 41 77
Hex EA 29 4D

RGB Percentages of Color #ea294d

%66.48
%11.65
%21.88

CMYK Percentages of Color #ea294d

%0
%82
%67
%8

Triadic Colors of #ea294d

#ea294d #4dea29 #294dea

Analogous Colors of #ea294d

#ea294d #ea6629 #ea29ae

Monochromatic Colors of #ea294d

#ea294d

Complementary Color

#ea294d #29eac6

#ea294d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea294d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea294d Color CSS Codes

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

#ea294d Text Font Color

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

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


#ea294d Background Color

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

This div background color is #ea294d


#ea294d Border Color

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

This div border color is #ea294d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea294d


Comments

No comments written yet.

Please login to write comment.