Color Hex Logo

#ea482e Color Hex

#EA482E
(234,72,46)
0 Favorites   0 Comments

Color spaces of #ea482e

RGB 2347246
HSL0.020.820.55
HSV80°92°
CMYK 0.000.690.80   0.08
XYZ36.742222.32444.9573
Yxy22.32440.57390.3487
Hunter Lab47.248756.122426.8534
CIE-Lab54.369560.915849.9114

#ea482e color RGB value is (234,72,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001000 00101110
Octal 352 110 56
Decimal 234 72 46
Hex EA 48 2E

RGB Percentages of Color #ea482e

%66.48
%20.45
%13.07

CMYK Percentages of Color #ea482e

%0
%69
%80
%8

Triadic Colors of #ea482e

#ea482e #2eea48 #482eea

Analogous Colors of #ea482e

#ea482e #eaa62e #ea2e72

Monochromatic Colors of #ea482e

#ea482e

Complementary Color

#ea482e #2ed0ea

#ea482e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea482e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea482e Color CSS Codes

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

#ea482e Text Font Color

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

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


#ea482e Background Color

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

This div background color is #ea482e


#ea482e Border Color

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

This div border color is #ea482e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea482e


Comments

No comments written yet.

Please login to write comment.