Color Hex Logo

#ea492e Color Hex

#EA492E
(234,73,46)
0 Favorites   0 Comments

Color spaces of #ea492e

RGB 2347346
HSL0.020.820.55
HSV80°92°
CMYK 0.000.690.80   0.08
XYZ36.807422.45484.9790
Yxy22.45480.57300.3495
Hunter Lab47.386555.723326.9408
CIE-Lab54.506360.541750.0431

#ea492e color RGB value is (234,73,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001001 00101110
Octal 352 111 56
Decimal 234 73 46
Hex EA 49 2E

RGB Percentages of Color #ea492e

%66.29
%20.68
%13.03

CMYK Percentages of Color #ea492e

%0
%69
%80
%8

Triadic Colors of #ea492e

#ea492e #2eea49 #492eea

Analogous Colors of #ea492e

#ea492e #eaa72e #ea2e71

Monochromatic Colors of #ea492e

#ea492e

Complementary Color

#ea492e #2ecfea

#ea492e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea492e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea492e Color CSS Codes

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

#ea492e Text Font Color

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

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


#ea492e Background Color

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

This div background color is #ea492e


#ea492e Border Color

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

This div border color is #ea492e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea492e

#ea492e Color Palettes


Comments

No comments written yet.

Please login to write comment.