Color Hex Logo

#ea492f Color Hex

#EA492F
(234,73,47)
0 Favorites   0 Comments

Color spaces of #ea492f

RGB 2347347
HSL0.020.820.55
HSV80°92°
CMYK 0.000.690.80   0.08
XYZ36.827322.46275.0841
Yxy22.46270.57210.3489
Hunter Lab47.394855.759326.8163
CIE-Lab54.514560.571749.5576

#ea492f color RGB value is (234,73,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001001 00101111
Octal 352 111 57
Decimal 234 73 47
Hex EA 49 2F

RGB Percentages of Color #ea492f

%66.10
%20.62
%13.28

CMYK Percentages of Color #ea492f

%0
%69
%80
%8

Triadic Colors of #ea492f

#ea492f #2fea49 #492fea

Analogous Colors of #ea492f

#ea492f #eaa72f #ea2f73

Monochromatic Colors of #ea492f

#ea492f

Complementary Color

#ea492f #2fd0ea

#ea492f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea492f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea492f Color CSS Codes

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

#ea492f Text Font Color

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

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


#ea492f Background Color

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

This div background color is #ea492f


#ea492f Border Color

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

This div border color is #ea492f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea492f


Comments

No comments written yet.

Please login to write comment.