Color Hex Logo

#ea473e Color Hex

#EA473E
(234,71,62)
0 Favorites   0 Comments

Color spaces of #ea473e

RGB 2347162
HSL0.010.800.58
HSV74°92°
CMYK 0.000.700.74   0.08
XYZ37.054422.34676.9178
Yxy22.34670.55870.3370
Hunter Lab47.272357.190724.4141
CIE-Lab54.392961.843641.5617

#ea473e color RGB value is (234,71,62).

#ea473e hex color red value is 234, green value is 71 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ea473e hue: 0.01 , saturation: 0.80 and the lightness value of ea473e is 0.58.

The process color (four color CMYK) of #ea473e color hex is 0.00, 0.70, 0.74, 0.08. Web safe color of #ea473e is #ff3333. Color #ea473e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000111 00111110
Octal 352 107 76
Decimal 234 71 62
Hex EA 47 3E

RGB Percentages of Color #ea473e

%63.76
%19.35
%16.89

CMYK Percentages of Color #ea473e

%0
%70
%74
%8

Triadic Colors of #ea473e

#ea473e #3eea47 #473eea

Analogous Colors of #ea473e

#ea473e #ea9d3e #ea3e8b

Monochromatic Colors of #ea473e

#ea473e

Complementary Color

#ea473e #3ee1ea

#ea473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea473e Color CSS Codes

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

#ea473e Text Font Color

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

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


#ea473e Background Color

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

This div background color is #ea473e


#ea473e Border Color

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

This div border color is #ea473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea473e


Comments

No comments written yet.

Please login to write comment.