Color Hex Logo

#ea2131 Color Hex

#EA2131
(234,33,49)
0 Favorites   0 Comments

Color spaces of #ea2131

RGB 2343349
HSL0.990.830.52
HSV355°86°92°
CMYK 0.000.860.79   0.08
XYZ35.029918.80194.6886
Yxy18.80190.59860.3213
Hunter Lab43.361268.321623.9418
CIE-Lab50.454672.042044.4759

#ea2131 color RGB value is (234,33,49).

#ea2131 hex color red value is 234, green value is 33 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ea2131 hue: 0.99 , saturation: 0.83 and the lightness value of ea2131 is 0.52.

The process color (four color CMYK) of #ea2131 color hex is 0.00, 0.86, 0.79, 0.08. Web safe color of #ea2131 is #ff3333. Color #ea2131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100001 00110001
Octal 352 41 61
Decimal 234 33 49
Hex EA 21 31

RGB Percentages of Color #ea2131

%74.05
%10.44
%15.51

CMYK Percentages of Color #ea2131

%0
%86
%79
%8

Triadic Colors of #ea2131

#ea2131 #31ea21 #2131ea

Analogous Colors of #ea2131

#ea2131 #ea7621 #ea2196

Monochromatic Colors of #ea2131

#ea2131

Complementary Color

#ea2131 #21eada

#ea2131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2131 Color CSS Codes

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

#ea2131 Text Font Color

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

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


#ea2131 Background Color

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

This div background color is #ea2131


#ea2131 Border Color

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

This div border color is #ea2131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2131


Comments

No comments written yet.

Please login to write comment.