Color Hex Logo

#ea624c Color Hex

#EA624C
(234,98,76)
0 Favorites   0 Comments

Color spaces of #ea624c

RGB 2349876
HSL0.020.790.61
HSV68°92°
CMYK 0.000.580.68   0.08
XYZ39.603926.74969.9133
Yxy26.74960.51930.3507
Hunter Lab51.720046.173924.8398
CIE-Lab58.741851.290438.8914

#ea624c color RGB value is (234,98,76).

#ea624c hex color red value is 234, green value is 98 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ea624c hue: 0.02 , saturation: 0.79 and the lightness value of ea624c is 0.61.

The process color (four color CMYK) of #ea624c color hex is 0.00, 0.58, 0.68, 0.08. Web safe color of #ea624c is #ff6633. Color #ea624c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100010 01001100
Octal 352 142 114
Decimal 234 98 76
Hex EA 62 4C

RGB Percentages of Color #ea624c

%57.35
%24.02
%18.63

CMYK Percentages of Color #ea624c

%0
%58
%68
%8

Triadic Colors of #ea624c

#ea624c #4cea62 #624cea

Analogous Colors of #ea624c

#ea624c #eab14c #ea4c85

Monochromatic Colors of #ea624c

#ea624c

Complementary Color

#ea624c #4cd4ea

#ea624c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea624c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea624c Color CSS Codes

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

#ea624c Text Font Color

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

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


#ea624c Background Color

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

This div background color is #ea624c


#ea624c Border Color

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

This div border color is #ea624c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea624c


Comments

No comments written yet.

Please login to write comment.