Color Hex Logo

#ea582b Color Hex

#EA582B
(234,88,43)
0 Favorites   0 Comments

Color spaces of #ea582b

RGB 2348843
HSL0.040.820.54
HSV14°82°92°
CMYK 0.000.620.82   0.08
XYZ37.857524.64635.0474
Yxy24.64630.56040.3649
Hunter Lab49.645049.238828.7235
CIE-Lab56.729254.393753.5497

#ea582b color RGB value is (234,88,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 00101011
Octal 352 130 53
Decimal 234 88 43
Hex EA 58 2B

RGB Percentages of Color #ea582b

%64.11
%24.11
%11.78

CMYK Percentages of Color #ea582b

%0
%62
%82
%8

Triadic Colors of #ea582b

#ea582b #2bea58 #582bea

Analogous Colors of #ea582b

#ea582b #eab82b #ea2b5d

Monochromatic Colors of #ea582b

#ea582b

Complementary Color

#ea582b #2bbdea

#ea582b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea582b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea582b Color CSS Codes

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

#ea582b Text Font Color

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

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


#ea582b Background Color

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

This div background color is #ea582b


#ea582b Border Color

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

This div border color is #ea582b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea582b


Comments

No comments written yet.

Please login to write comment.