Color Hex Logo

#e96860 Color Hex

#E96860
(233,104,96)
0 Favorites   0 Comments

Color spaces of #e96860

RGB 23310496
HSL0.010.760.65
HSV59°91°
CMYK 0.000.550.59   0.09
XYZ40.665928.068814.3408
Yxy28.06880.48950.3379
Hunter Lab52.980044.296421.0372
CIE-Lab59.950849.387929.1919

#e96860 color RGB value is (233,104,96).

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

The process color (four color CMYK) of #e96860 color hex is 0.00, 0.55, 0.59, 0.09. Web safe color of #e96860 is #ff6666. Color #e96860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01101000 01100000
Octal 351 150 140
Decimal 233 104 96
Hex E9 68 60

RGB Percentages of Color #e96860

%53.81
%24.02
%22.17

CMYK Percentages of Color #e96860

%0
%55
%59
%9

Triadic Colors of #e96860

#e96860 #60e968 #6860e9

Analogous Colors of #e96860

#e96860 #e9ad60 #e9609d

Monochromatic Colors of #e96860

#e96860

Complementary Color

#e96860 #60e1e9

#e96860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e96860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e96860 Color CSS Codes

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

#e96860 Text Font Color

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

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


#e96860 Background Color

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

This div background color is #e96860


#e96860 Border Color

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

This div border color is #e96860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e96860


Comments

No comments written yet.

Please login to write comment.