Color Hex Logo

#ea070c Color Hex

#EA070C
(234,7,12)
0 Favorites   0 Comments

Color spaces of #ea070c

RGB 234712
HSL1.000.940.47
HSV359°97°92°
CMYK 0.000.970.95   0.08
XYZ34.074017.67091.9628
Yxy17.67090.63440.3290
Hunter Lab42.036871.123526.6573
CIE-Lab49.094574.613759.7912

#ea070c color RGB value is (234,7,12).

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

The process color (four color CMYK) of #ea070c color hex is 0.00, 0.97, 0.95, 0.08. Web safe color of #ea070c is #ff0000. Color #ea070c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000111 00001100
Octal 352 7 14
Decimal 234 7 12
Hex EA 7 C

RGB Percentages of Color #ea070c

%92.49
%2.77
%4.74

CMYK Percentages of Color #ea070c

%0
%97
%95
%8

Triadic Colors of #ea070c

#ea070c #0cea07 #070cea

Analogous Colors of #ea070c

#ea070c #ea7407 #ea077e

Monochromatic Colors of #ea070c

#ea070c

Complementary Color

#ea070c #07eae5

#ea070c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea070c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea070c Color CSS Codes

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

#ea070c Text Font Color

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

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


#ea070c Background Color

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

This div background color is #ea070c


#ea070c Border Color

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

This div border color is #ea070c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea070c


Comments

No comments written yet.

Please login to write comment.