Color Hex Logo

#e17260 Color Hex

#E17260
(225,114,96)
0 Favorites   0 Comments

Color spaces of #e17260

RGB 22511496
HSL0.020.680.63
HSV57°88°
CMYK 0.000.490.57   0.12
XYZ39.180028.886714.5770
Yxy28.88670.47410.3495
Hunter Lab53.746336.066821.5419
CIE-Lab60.681541.592629.8961

#e17260 color RGB value is (225,114,96).

#e17260 hex color red value is 225, green value is 114 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #e17260 hue: 0.02 , saturation: 0.68 and the lightness value of e17260 is 0.63.

The process color (four color CMYK) of #e17260 color hex is 0.00, 0.49, 0.57, 0.12. Web safe color of #e17260 is #cc6666. Color #e17260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110010 01100000
Octal 341 162 140
Decimal 225 114 96
Hex E1 72 60

RGB Percentages of Color #e17260

%51.72
%26.21
%22.07

CMYK Percentages of Color #e17260

%0
%49
%57
%12

Triadic Colors of #e17260

#e17260 #60e172 #7260e1

Analogous Colors of #e17260

#e17260 #e1b360 #e1608f

Monochromatic Colors of #e17260

#e17260

Complementary Color

#e17260 #60cfe1

#e17260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17260 Color CSS Codes

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

#e17260 Text Font Color

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

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


#e17260 Background Color

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

This div background color is #e17260


#e17260 Border Color

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

This div border color is #e17260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17260


Comments

No comments written yet.

Please login to write comment.