Color Hex Logo

#ea522d Color Hex

#EA522D
(234,82,45)
0 Favorites   0 Comments

Color spaces of #ea522d

RGB 2348245
HSL0.030.820.55
HSV12°81°92°
CMYK 0.000.650.81   0.08
XYZ37.422623.71655.0880
Yxy23.71650.56510.3581
Hunter Lab48.699651.941827.8953
CIE-Lab55.802856.972351.7604

#ea522d color RGB value is (234,82,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010010 00101101
Octal 352 122 55
Decimal 234 82 45
Hex EA 52 2D

RGB Percentages of Color #ea522d

%64.82
%22.71
%12.47

CMYK Percentages of Color #ea522d

%0
%65
%81
%8

Triadic Colors of #ea522d

#ea522d #2dea52 #522dea

Analogous Colors of #ea522d

#ea522d #eab12d #ea2d67

Monochromatic Colors of #ea522d

#ea522d

Complementary Color

#ea522d #2dc5ea

#ea522d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea522d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea522d Color CSS Codes

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

#ea522d Text Font Color

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

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


#ea522d Background Color

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

This div background color is #ea522d


#ea522d Border Color

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

This div border color is #ea522d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea522d


Comments

No comments written yet.

Please login to write comment.