Color Hex Logo

#ea103c Color Hex

#EA103C
(234,16,60)
0 Favorites   0 Comments

Color spaces of #ea103c

RGB 2341660
HSL0.970.870.49
HSV348°93°92°
CMYK 0.000.930.74   0.08
XYZ34.932618.18935.9447
Yxy18.18930.59140.3079
Hunter Lab42.648971.569021.5900
CIE-Lab49.724974.855137.4459

#ea103c color RGB value is (234,16,60).

#ea103c hex color red value is 234, green value is 16 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ea103c hue: 0.97 , saturation: 0.87 and the lightness value of ea103c is 0.49.

The process color (four color CMYK) of #ea103c color hex is 0.00, 0.93, 0.74, 0.08. Web safe color of #ea103c is #ff0033. Color #ea103c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010000 00111100
Octal 352 20 74
Decimal 234 16 60
Hex EA 10 3C

RGB Percentages of Color #ea103c

%75.48
%5.16
%19.35

CMYK Percentages of Color #ea103c

%0
%93
%74
%8

Triadic Colors of #ea103c

#ea103c #3cea10 #103cea

Analogous Colors of #ea103c

#ea103c #ea5110 #ea10a9

Monochromatic Colors of #ea103c

#ea103c

Complementary Color

#ea103c #10eabe

#ea103c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea103c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea103c Color CSS Codes

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

#ea103c Text Font Color

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

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


#ea103c Background Color

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

This div background color is #ea103c


#ea103c Border Color

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

This div border color is #ea103c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea103c

#ea103c Color Palettes


Comments

No comments written yet.

Please login to write comment.