Color Hex Logo

#ea482a Color Hex

#EA482A
(234,72,42)
0 Favorites   0 Comments

Color spaces of #ea482a

RGB 2347242
HSL0.030.820.54
HSV82°92°
CMYK 0.000.690.82   0.08
XYZ36.667022.29434.5612
Yxy22.29430.57720.3510
Hunter Lab47.216855.987627.3243
CIE-Lab54.337960.803551.8120

#ea482a color RGB value is (234,72,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001000 00101010
Octal 352 110 52
Decimal 234 72 42
Hex EA 48 2A

RGB Percentages of Color #ea482a

%67.24
%20.69
%12.07

CMYK Percentages of Color #ea482a

%0
%69
%82
%8

Triadic Colors of #ea482a

#ea482a #2aea48 #482aea

Analogous Colors of #ea482a

#ea482a #eaa82a #ea2a6c

Monochromatic Colors of #ea482a

#ea482a

Complementary Color

#ea482a #2accea

#ea482a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea482a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea482a Color CSS Codes

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

#ea482a Text Font Color

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

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


#ea482a Background Color

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

This div background color is #ea482a


#ea482a Border Color

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

This div border color is #ea482a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea482a


Comments

No comments written yet.

Please login to write comment.