Color Hex Logo

#ea074c Color Hex

#EA074C
(234,7,76)
0 Favorites   0 Comments

Color spaces of #ea074c

RGB 234776
HSL0.950.940.47
HSV342°97°92°
CMYK 0.000.970.68   0.08
XYZ35.312218.16628.4827
Yxy18.16620.56990.2932
Hunter Lab42.621873.299118.0352
CIE-Lab49.697176.267727.8518

#ea074c color RGB value is (234,7,76).

#ea074c hex color red value is 234, green value is 7 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ea074c hue: 0.95 , saturation: 0.94 and the lightness value of ea074c is 0.47.

The process color (four color CMYK) of #ea074c color hex is 0.00, 0.97, 0.68, 0.08. Web safe color of #ea074c is #ff0033. Color #ea074c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000111 01001100
Octal 352 7 114
Decimal 234 7 76
Hex EA 7 4C

RGB Percentages of Color #ea074c

%73.82
%2.21
%23.97

CMYK Percentages of Color #ea074c

%0
%97
%68
%8

Triadic Colors of #ea074c

#ea074c #4cea07 #074cea

Analogous Colors of #ea074c

#ea074c #ea3307 #ea07be

Monochromatic Colors of #ea074c

#ea074c

Complementary Color

#ea074c #07eaa5

#ea074c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea074c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea074c Color CSS Codes

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

#ea074c Text Font Color

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

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


#ea074c Background Color

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

This div background color is #ea074c


#ea074c Border Color

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

This div border color is #ea074c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea074c


Comments

No comments written yet.

Please login to write comment.