Color Hex Logo

#ea153b Color Hex

#EA153B
(234,21,59)
0 Favorites   0 Comments

Color spaces of #ea153b

RGB 2342159
HSL0.970.840.50
HSV349°91°92°
CMYK 0.000.910.75   0.08
XYZ34.989318.34455.8344
Yxy18.34450.59140.3100
Hunter Lab42.830570.867821.9048
CIE-Lab49.911374.245338.2395

#ea153b color RGB value is (234,21,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010101 00111011
Octal 352 25 73
Decimal 234 21 59
Hex EA 15 3B

RGB Percentages of Color #ea153b

%74.52
%6.69
%18.79

CMYK Percentages of Color #ea153b

%0
%91
%75
%8

Triadic Colors of #ea153b

#ea153b #3bea15 #153bea

Analogous Colors of #ea153b

#ea153b #ea5a15 #ea15a6

Monochromatic Colors of #ea153b

#ea153b

Complementary Color

#ea153b #15eac4

#ea153b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea153b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea153b Color CSS Codes

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

#ea153b Text Font Color

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

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


#ea153b Background Color

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

This div background color is #ea153b


#ea153b Border Color

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

This div border color is #ea153b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea153b


Comments

No comments written yet.

Please login to write comment.