Color Hex Logo

#ea3039 Color Hex

#EA3039
(234,48,57)
0 Favorites   0 Comments

Color spaces of #ea3039

RGB 2344857
HSL0.990.820.55
HSV357°79°92°
CMYK 0.000.790.76   0.08
XYZ35.727219.90175.8293
Yxy19.90170.58130.3238
Hunter Lab44.611364.882823.4806
CIE-Lab51.725968.925441.3901

#ea3039 color RGB value is (234,48,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110000 00111001
Octal 352 60 71
Decimal 234 48 57
Hex EA 30 39

RGB Percentages of Color #ea3039

%69.03
%14.16
%16.81

CMYK Percentages of Color #ea3039

%0
%79
%76
%8

Triadic Colors of #ea3039

#ea3039 #39ea30 #3039ea

Analogous Colors of #ea3039

#ea3039 #ea8430 #ea3096

Monochromatic Colors of #ea3039

#ea3039

Complementary Color

#ea3039 #30eae1

#ea3039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3039 Color CSS Codes

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

#ea3039 Text Font Color

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

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


#ea3039 Background Color

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

This div background color is #ea3039


#ea3039 Border Color

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

This div border color is #ea3039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3039


Comments

No comments written yet.

Please login to write comment.