Color Hex Logo

#ea153a Color Hex

#EA153A
(234,21,58)
0 Favorites   0 Comments

Color spaces of #ea153a

RGB 2342158
HSL0.970.840.50
HSV350°91°92°
CMYK 0.000.910.75   0.08
XYZ34.963618.33425.6991
Yxy18.33420.59260.3108
Hunter Lab42.818570.822722.0815
CIE-Lab49.899074.210738.8056

#ea153a color RGB value is (234,21,58).

#ea153a hex color red value is 234, green value is 21 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ea153a hue: 0.97 , saturation: 0.84 and the lightness value of ea153a is 0.50.

The process color (four color CMYK) of #ea153a color hex is 0.00, 0.91, 0.75, 0.08. Web safe color of #ea153a is #ff0033. Color #ea153a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010101 00111010
Octal 352 25 72
Decimal 234 21 58
Hex EA 15 3A

RGB Percentages of Color #ea153a

%74.76
%6.71
%18.53

CMYK Percentages of Color #ea153a

%0
%91
%75
%8

Triadic Colors of #ea153a

#ea153a #3aea15 #153aea

Analogous Colors of #ea153a

#ea153a #ea5b15 #ea15a5

Monochromatic Colors of #ea153a

#ea153a

Complementary Color

#ea153a #15eac5

#ea153a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea153a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea153a Color CSS Codes

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

#ea153a Text Font Color

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

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


#ea153a Background Color

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

This div background color is #ea153a


#ea153a Border Color

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

This div border color is #ea153a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea153a


Comments

No comments written yet.

Please login to write comment.