Color Hex Logo

#e15607 Color Hex

#E15607
(225,86,7)
0 Favorites   0 Comments

Color spaces of #e15607

RGB 225867
HSL0.060.940.45
HSV22°97°88°
CMYK 0.000.620.97   0.12
XYZ34.417522.67852.7644
Yxy22.67850.57500.3789
Hunter Lab47.621945.667729.8936
CIE-Lab54.739651.470863.1830

#e15607 color RGB value is (225,86,7).

#e15607 hex color red value is 225, green value is 86 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #e15607 hue: 0.06 , saturation: 0.94 and the lightness value of e15607 is 0.45.

The process color (four color CMYK) of #e15607 color hex is 0.00, 0.62, 0.97, 0.12. Web safe color of #e15607 is #cc6600. Color #e15607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010110 00000111
Octal 341 126 7
Decimal 225 86 7
Hex E1 56 7

RGB Percentages of Color #e15607

%70.75
%27.04
%2.20

CMYK Percentages of Color #e15607

%0
%62
%97
%12

Triadic Colors of #e15607

#e15607 #07e156 #5607e1

Analogous Colors of #e15607

#e15607 #e1c307 #e10725

Monochromatic Colors of #e15607

#e15607

Complementary Color

#e15607 #0792e1

#e15607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15607 Color CSS Codes

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

#e15607 Text Font Color

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

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


#e15607 Background Color

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

This div background color is #e15607


#e15607 Border Color

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

This div border color is #e15607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15607


Comments

No comments written yet.

Please login to write comment.