Color Hex Logo

#ea072c Color Hex

#EA072C
(234,7,44)
0 Favorites   0 Comments

Color spaces of #ea072c

RGB 234744
HSL0.970.940.47
HSV350°97°92°
CMYK 0.000.970.81   0.08
XYZ34.462317.82624.0073
Yxy17.82620.61220.3167
Hunter Lab42.221171.810923.9274
CIE-Lab49.284675.138346.0333

#ea072c color RGB value is (234,7,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000111 00101100
Octal 352 7 54
Decimal 234 7 44
Hex EA 7 2C

RGB Percentages of Color #ea072c

%82.11
%2.46
%15.44

CMYK Percentages of Color #ea072c

%0
%97
%81
%8

Triadic Colors of #ea072c

#ea072c #2cea07 #072cea

Analogous Colors of #ea072c

#ea072c #ea5307 #ea079e

Monochromatic Colors of #ea072c

#ea072c

Complementary Color

#ea072c #07eac5

#ea072c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea072c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea072c Color CSS Codes

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

#ea072c Text Font Color

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

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


#ea072c Background Color

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

This div background color is #ea072c


#ea072c Border Color

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

This div border color is #ea072c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea072c


Comments

No comments written yet.

Please login to write comment.