Color Hex Logo

#ea2935 Color Hex

#EA2935
(234,41,53)
0 Favorites   0 Comments

Color spaces of #ea2935

RGB 2344153
HSL0.990.820.54
HSV356°82°92°
CMYK 0.000.820.77   0.08
XYZ35.367219.33535.2362
Yxy19.33530.59010.3226
Hunter Lab43.971966.619023.7201
CIE-Lab51.077270.505442.9201

#ea2935 color RGB value is (234,41,53).

#ea2935 hex color red value is 234, green value is 41 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ea2935 hue: 0.99 , saturation: 0.82 and the lightness value of ea2935 is 0.54.

The process color (four color CMYK) of #ea2935 color hex is 0.00, 0.82, 0.77, 0.08. Web safe color of #ea2935 is #ff3333. Color #ea2935 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101001 00110101
Octal 352 51 65
Decimal 234 41 53
Hex EA 29 35

RGB Percentages of Color #ea2935

%71.34
%12.50
%16.16

CMYK Percentages of Color #ea2935

%0
%82
%77
%8

Triadic Colors of #ea2935

#ea2935 #35ea29 #2935ea

Analogous Colors of #ea2935

#ea2935 #ea7e29 #ea2996

Monochromatic Colors of #ea2935

#ea2935

Complementary Color

#ea2935 #29eade

#ea2935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2935 Color CSS Codes

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

#ea2935 Text Font Color

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

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


#ea2935 Background Color

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

This div background color is #ea2935


#ea2935 Border Color

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

This div border color is #ea2935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2935


Comments

No comments written yet.

Please login to write comment.