Color Hex Logo

#e1522f Color Hex

#E1522F
(225,82,47)
0 Favorites   0 Comments

Color spaces of #e1522f

RGB 2258247
HSL0.030.750.53
HSV12°79°88°
CMYK 0.000.640.79   0.12
XYZ34.581722.24745.1608
Yxy22.24740.55790.3589
Hunter Lab47.167148.328926.5298
CIE-Lab54.288553.981148.8076

#e1522f color RGB value is (225,82,47).

#e1522f hex color red value is 225, green value is 82 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e1522f hue: 0.03 , saturation: 0.75 and the lightness value of e1522f is 0.53.

The process color (four color CMYK) of #e1522f color hex is 0.00, 0.64, 0.79, 0.12. Web safe color of #e1522f is #cc6633. Color #e1522f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 00101111
Octal 341 122 57
Decimal 225 82 47
Hex E1 52 2F

RGB Percentages of Color #e1522f

%63.56
%23.16
%13.28

CMYK Percentages of Color #e1522f

%0
%64
%79
%12

Triadic Colors of #e1522f

#e1522f #2fe152 #522fe1

Analogous Colors of #e1522f

#e1522f #e1ab2f #e12f65

Monochromatic Colors of #e1522f

#e1522f

Complementary Color

#e1522f #2fbee1

#e1522f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1522f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1522f Color CSS Codes

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

#e1522f Text Font Color

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

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


#e1522f Background Color

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

This div background color is #e1522f


#e1522f Border Color

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

This div border color is #e1522f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1522f


Comments

No comments written yet.

Please login to write comment.