Color Hex Logo

#ea532f Color Hex

#EA532F
(234,83,47)
0 Favorites   0 Comments

Color spaces of #ea532f

RGB 2348347
HSL0.030.820.55
HSV12°80°92°
CMYK 0.000.650.80   0.08
XYZ37.538023.88425.3210
Yxy23.88420.56240.3579
Hunter Lab48.871551.580227.7547
CIE-Lab55.971756.620950.9683

#ea532f color RGB value is (234,83,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010011 00101111
Octal 352 123 57
Decimal 234 83 47
Hex EA 53 2F

RGB Percentages of Color #ea532f

%64.29
%22.80
%12.91

CMYK Percentages of Color #ea532f

%0
%65
%80
%8

Triadic Colors of #ea532f

#ea532f #2fea53 #532fea

Analogous Colors of #ea532f

#ea532f #eab12f #ea2f69

Monochromatic Colors of #ea532f

#ea532f

Complementary Color

#ea532f #2fc6ea

#ea532f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea532f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea532f Color CSS Codes

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

#ea532f Text Font Color

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

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


#ea532f Background Color

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

This div background color is #ea532f


#ea532f Border Color

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

This div border color is #ea532f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea532f


Comments

No comments written yet.

Please login to write comment.