Color Hex Logo

#e1570c Color Hex

#E1570C
(225,87,12)
0 Favorites   0 Comments

Color spaces of #e1570c

RGB 2258712
HSL0.060.900.46
HSV21°95°88°
CMYK 0.000.610.95   0.12
XYZ34.525922.85052.9387
Yxy22.85050.57240.3789
Hunter Lab47.802245.270629.8166
CIE-Lab54.918051.075762.2802

#e1570c color RGB value is (225,87,12).

#e1570c hex color red value is 225, green value is 87 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #e1570c hue: 0.06 , saturation: 0.90 and the lightness value of e1570c is 0.46.

The process color (four color CMYK) of #e1570c color hex is 0.00, 0.61, 0.95, 0.12. Web safe color of #e1570c is #cc6600. Color #e1570c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010111 00001100
Octal 341 127 14
Decimal 225 87 12
Hex E1 57 C

RGB Percentages of Color #e1570c

%69.44
%26.85
%3.70

CMYK Percentages of Color #e1570c

%0
%61
%95
%12

Triadic Colors of #e1570c

#e1570c #0ce157 #570ce1

Analogous Colors of #e1570c

#e1570c #e1c20c #e10c2c

Monochromatic Colors of #e1570c

#e1570c

Complementary Color

#e1570c #0c96e1

#e1570c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1570c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1570c Color CSS Codes

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

#e1570c Text Font Color

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

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


#e1570c Background Color

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

This div background color is #e1570c


#e1570c Border Color

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

This div border color is #e1570c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1570c

#e1570c Color Palettes


Comments

No comments written yet.

Please login to write comment.