Color Hex Logo

#e17540 Color Hex

#E17540
(225,117,64)
0 Favorites   0 Comments

Color spaces of #e17540

RGB 22511764
HSL0.050.730.57
HSV20°72°88°
CMYK 0.000.480.72   0.12
XYZ38.338029.10038.4468
Yxy29.10030.50520.3835
Hunter Lab53.944732.455128.4775
CIE-Lab60.870038.094947.2362

#e17540 color RGB value is (225,117,64).

#e17540 hex color red value is 225, green value is 117 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e17540 hue: 0.05 , saturation: 0.73 and the lightness value of e17540 is 0.57.

The process color (four color CMYK) of #e17540 color hex is 0.00, 0.48, 0.72, 0.12. Web safe color of #e17540 is #cc6633. Color #e17540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110101 01000000
Octal 341 165 100
Decimal 225 117 64
Hex E1 75 40

RGB Percentages of Color #e17540

%55.42
%28.82
%15.76

CMYK Percentages of Color #e17540

%0
%48
%72
%12

Triadic Colors of #e17540

#e17540 #40e175 #7540e1

Analogous Colors of #e17540

#e17540 #e1c640 #e1405b

Monochromatic Colors of #e17540

#e17540

Complementary Color

#e17540 #40ace1

#e17540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17540 Color CSS Codes

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

#e17540 Text Font Color

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

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


#e17540 Background Color

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

This div background color is #e17540


#e17540 Border Color

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

This div border color is #e17540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17540


Comments

No comments written yet.

Please login to write comment.