Color Hex Logo

#e16960 Color Hex

#E16960
(225,105,96)
0 Favorites   0 Comments

Color spaces of #e16960

RGB 22510596
HSL0.010.680.63
HSV57°88°
CMYK 0.000.530.57   0.12
XYZ38.214226.955214.2551
Yxy26.95520.48110.3394
Hunter Lab51.918440.526620.0638
CIE-Lab58.932846.046827.6398

#e16960 color RGB value is (225,105,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101001 01100000
Octal 341 151 140
Decimal 225 105 96
Hex E1 69 60

RGB Percentages of Color #e16960

%52.82
%24.65
%22.54

CMYK Percentages of Color #e16960

%0
%53
%57
%12

Triadic Colors of #e16960

#e16960 #60e169 #6960e1

Analogous Colors of #e16960

#e16960 #e1aa60 #e16098

Monochromatic Colors of #e16960

#e16960

Complementary Color

#e16960 #60d8e1

#e16960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16960 Color CSS Codes

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

#e16960 Text Font Color

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

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


#e16960 Background Color

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

This div background color is #e16960


#e16960 Border Color

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

This div border color is #e16960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16960


Comments

No comments written yet.

Please login to write comment.