Color Hex Logo

#ea3935 Color Hex

#EA3935
(234,57,53)
0 Favorites   0 Comments

Color spaces of #ea3935

RGB 2345753
HSL0.000.810.56
HSV77°92°
CMYK 0.000.760.77   0.08
XYZ36.037420.67575.4596
Yxy20.67570.57960.3326
Hunter Lab45.470561.895624.7105
CIE-Lab52.592766.230444.5131

#ea3935 color RGB value is (234,57,53).

#ea3935 hex color red value is 234, green value is 57 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ea3935 hue: 0.00 , saturation: 0.81 and the lightness value of ea3935 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111001 00110101
Octal 352 71 65
Decimal 234 57 53
Hex EA 39 35

RGB Percentages of Color #ea3935

%68.02
%16.57
%15.41

CMYK Percentages of Color #ea3935

%0
%76
%77
%8

Triadic Colors of #ea3935

#ea3935 #35ea39 #3935ea

Analogous Colors of #ea3935

#ea3935 #ea9435 #ea358c

Monochromatic Colors of #ea3935

#ea3935

Complementary Color

#ea3935 #35e6ea

#ea3935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3935 Color CSS Codes

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

#ea3935 Text Font Color

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

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


#ea3935 Background Color

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

This div background color is #ea3935


#ea3935 Border Color

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

This div border color is #ea3935


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,57,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 #ea3935">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3935


Comments

No comments written yet.

Please login to write comment.