Color Hex Logo

#e1562d Color Hex

#E1562D
(225,86,45)
0 Favorites   0 Comments

Color spaces of #e1562d

RGB 2258645
HSL0.040.750.53
HSV14°80°88°
CMYK 0.000.620.80   0.12
XYZ34.852822.85265.0567
Yxy22.85260.55530.3641
Hunter Lab47.804446.481527.1914
CIE-Lab54.920252.188750.3866

#e1562d color RGB value is (225,86,45).

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

The process color (four color CMYK) of #e1562d color hex is 0.00, 0.62, 0.80, 0.12. Web safe color of #e1562d is #cc6633. Color #e1562d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010110 00101101
Octal 341 126 55
Decimal 225 86 45
Hex E1 56 2D

RGB Percentages of Color #e1562d

%63.20
%24.16
%12.64

CMYK Percentages of Color #e1562d

%0
%62
%80
%12

Triadic Colors of #e1562d

#e1562d #2de156 #562de1

Analogous Colors of #e1562d

#e1562d #e1b02d #e12d5e

Monochromatic Colors of #e1562d

#e1562d

Complementary Color

#e1562d #2db8e1

#e1562d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1562d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1562d Color CSS Codes

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

#e1562d Text Font Color

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

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


#e1562d Background Color

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

This div background color is #e1562d


#e1562d Border Color

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

This div border color is #e1562d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1562d


Comments

No comments written yet.

Please login to write comment.