Color Hex Logo

#e17345 Color Hex

#E17345
(225,115,69)
0 Favorites   0 Comments

Color spaces of #e17345

RGB 22511569
HSL0.050.720.58
HSV18°69°88°
CMYK 0.000.490.69   0.12
XYZ38.256228.69879.1533
Yxy28.69870.50270.3771
Hunter Lab53.571233.720727.3694
CIE-Lab60.514839.363244.3089

#e17345 color RGB value is (225,115,69).

#e17345 hex color red value is 225, green value is 115 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #e17345 hue: 0.05 , saturation: 0.72 and the lightness value of e17345 is 0.58.

The process color (four color CMYK) of #e17345 color hex is 0.00, 0.49, 0.69, 0.12. Web safe color of #e17345 is #cc6633. Color #e17345 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110011 01000101
Octal 341 163 105
Decimal 225 115 69
Hex E1 73 45

RGB Percentages of Color #e17345

%55.01
%28.12
%16.87

CMYK Percentages of Color #e17345

%0
%49
%69
%12

Triadic Colors of #e17345

#e17345 #45e173 #7345e1

Analogous Colors of #e17345

#e17345 #e1c145 #e14565

Monochromatic Colors of #e17345

#e17345

Complementary Color

#e17345 #45b3e1

#e17345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17345 Color CSS Codes

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

#e17345 Text Font Color

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

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


#e17345 Background Color

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

This div background color is #e17345


#e17345 Border Color

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

This div border color is #e17345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17345


Comments

No comments written yet.

Please login to write comment.