Color Hex Logo

#ea3949 Color Hex

#EA3949
(234,57,73)
0 Favorites   0 Comments

Color spaces of #ea3949

RGB 2345773
HSL0.980.810.57
HSV355°76°92°
CMYK 0.000.760.69   0.08
XYZ36.597420.89978.4085
Yxy20.89970.55530.3171
Hunter Lab45.716262.892121.0962
CIE-Lab52.839567.031433.5196

#ea3949 color RGB value is (234,57,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111001 01001001
Octal 352 71 111
Decimal 234 57 73
Hex EA 39 49

RGB Percentages of Color #ea3949

%64.29
%15.66
%20.05

CMYK Percentages of Color #ea3949

%0
%76
%69
%8

Triadic Colors of #ea3949

#ea3949 #49ea39 #3949ea

Analogous Colors of #ea3949

#ea3949 #ea8239 #ea39a2

Monochromatic Colors of #ea3949

#ea3949

Complementary Color

#ea3949 #39eada

#ea3949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3949 Color CSS Codes

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

#ea3949 Text Font Color

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

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


#ea3949 Background Color

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

This div background color is #ea3949


#ea3949 Border Color

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

This div border color is #ea3949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3949


Comments

No comments written yet.

Please login to write comment.