Color Hex Logo

#e1523c Color Hex

#E1523C
(225,82,60)
1 Favorites   0 Comments

Color spaces of #e1523c

RGB 2258260
HSL0.020.730.56
HSV73°88°
CMYK 0.000.640.73   0.12
XYZ34.884222.36846.7539
Yxy22.36840.54500.3495
Hunter Lab47.295248.892024.6399
CIE-Lab54.415754.470642.2363

#e1523c color RGB value is (225,82,60).

#e1523c hex color red value is 225, green value is 82 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #e1523c hue: 0.02 , saturation: 0.73 and the lightness value of e1523c is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010010 00111100
Octal 341 122 74
Decimal 225 82 60
Hex E1 52 3C

RGB Percentages of Color #e1523c

%61.31
%22.34
%16.35

CMYK Percentages of Color #e1523c

%0
%64
%73
%12

Triadic Colors of #e1523c

#e1523c #3ce152 #523ce1

Analogous Colors of #e1523c

#e1523c #e1a53c #e13c79

Monochromatic Colors of #e1523c

#e1523c

Complementary Color

#e1523c #3ccbe1

#e1523c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1523c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1523c Color CSS Codes

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

#e1523c Text Font Color

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

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


#e1523c Background Color

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

This div background color is #e1523c


#e1523c Border Color

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

This div border color is #e1523c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,82,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1523c


Comments

No comments written yet.

Please login to write comment.