Color Hex Logo

#ea582d Color Hex

#EA582D
(234,88,45)
0 Favorites   0 Comments

Color spaces of #ea582d

RGB 2348845
HSL0.040.820.55
HSV14°81°92°
CMYK 0.000.620.81   0.08
XYZ37.895124.66135.2454
Yxy24.66130.55890.3637
Hunter Lab49.660149.306128.4995
CIE-Lab56.743954.451852.6477

#ea582d color RGB value is (234,88,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 00101101
Octal 352 130 55
Decimal 234 88 45
Hex EA 58 2D

RGB Percentages of Color #ea582d

%63.76
%23.98
%12.26

CMYK Percentages of Color #ea582d

%0
%62
%81
%8

Triadic Colors of #ea582d

#ea582d #2dea58 #582dea

Analogous Colors of #ea582d

#ea582d #eab72d #ea2d60

Monochromatic Colors of #ea582d

#ea582d

Complementary Color

#ea582d #2dbfea

#ea582d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea582d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea582d Color CSS Codes

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

#ea582d Text Font Color

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

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


#ea582d Background Color

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

This div background color is #ea582d


#ea582d Border Color

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

This div border color is #ea582d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea582d


Comments

No comments written yet.

Please login to write comment.