Color Hex Logo

#e16860 Color Hex

#E16860
(225,104,96)
0 Favorites   0 Comments

Color spaces of #e16860

RGB 22510496
HSL0.010.680.63
HSV57°88°
CMYK 0.000.540.57   0.12
XYZ38.113026.752714.2213
Yxy26.75270.48190.3383
Hunter Lab51.723041.015619.9043
CIE-Lab58.744746.531627.3958

#e16860 color RGB value is (225,104,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101000 01100000
Octal 341 150 140
Decimal 225 104 96
Hex E1 68 60

RGB Percentages of Color #e16860

%52.94
%24.47
%22.59

CMYK Percentages of Color #e16860

%0
%54
%57
%12

Triadic Colors of #e16860

#e16860 #60e168 #6860e1

Analogous Colors of #e16860

#e16860 #e1a960 #e16099

Monochromatic Colors of #e16860

#e16860

Complementary Color

#e16860 #60d9e1

#e16860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16860 Color CSS Codes

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

#e16860 Text Font Color

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

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


#e16860 Background Color

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

This div background color is #e16860


#e16860 Border Color

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

This div border color is #e16860


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,104,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 #e16860">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16860


Comments

No comments written yet.

Please login to write comment.