Color Hex Logo

#ea3539 Color Hex

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

Color spaces of #ea3539

RGB 2345357
HSL1.000.810.56
HSV359°77°92°
CMYK 0.000.770.76   0.08
XYZ35.943320.33405.9013
Yxy20.33400.57810.3270
Hunter Lab45.093263.367123.8061
CIE-Lab52.212867.552941.9204

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

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

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

Base Numbers

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

RGB Percentages of Color #ea3539

%68.02
%15.41
%16.57

CMYK Percentages of Color #ea3539

%0
%77
%76
%8

Triadic Colors of #ea3539

#ea3539 #39ea35 #3539ea

Analogous Colors of #ea3539

#ea3539 #ea8c35 #ea3594

Monochromatic Colors of #ea3539

#ea3539

Complementary Color

#ea3539 #35eae6

#ea3539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3539 Color CSS Codes

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

#ea3539 Text Font Color

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

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


#ea3539 Background Color

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

This div background color is #ea3539


#ea3539 Border Color

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

This div border color is #ea3539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3539


Comments

No comments written yet.

Please login to write comment.