Color Hex Logo

#ea582a Color Hex

#EA582A
(234,88,42)
0 Favorites   0 Comments

Color spaces of #ea582a

RGB 2348842
HSL0.040.820.54
HSV14°82°92°
CMYK 0.000.620.82   0.08
XYZ37.839324.63904.9519
Yxy24.63900.56120.3654
Hunter Lab49.637749.206428.8316
CIE-Lab56.722054.365653.9933

#ea582a color RGB value is (234,88,42).

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

The process color (four color CMYK) of #ea582a color hex is 0.00, 0.62, 0.82, 0.08. Web safe color of #ea582a is #ff6633. Color #ea582a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 00101010
Octal 352 130 52
Decimal 234 88 42
Hex EA 58 2A

RGB Percentages of Color #ea582a

%64.29
%24.18
%11.54

CMYK Percentages of Color #ea582a

%0
%62
%82
%8

Triadic Colors of #ea582a

#ea582a #2aea58 #582aea

Analogous Colors of #ea582a

#ea582a #eab82a #ea2a5c

Monochromatic Colors of #ea582a

#ea582a

Complementary Color

#ea582a #2abcea

#ea582a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea582a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea582a Color CSS Codes

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

#ea582a Text Font Color

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

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


#ea582a Background Color

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

This div background color is #ea582a


#ea582a Border Color

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

This div border color is #ea582a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea582a


Comments

No comments written yet.

Please login to write comment.