Color Hex Logo

#855960 Color Hex

#855960
(133,89,96)
0 Favorites   0 Comments

Color spaces of #855960

RGB 1338996
HSL0.970.200.44
HSV350°33°52°
CMYK 0.000.330.28   0.48
XYZ15.356612.975812.7615
Yxy12.97580.37370.3158
Hunter Lab36.021913.05844.2107
CIE-Lab42.726819.19333.3768

#855960 color RGB value is (133,89,96).

#855960 hex color red value is 133, green value is 89 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #855960 hue: 0.97 , saturation: 0.20 and the lightness value of 855960 is 0.44.

The process color (four color CMYK) of #855960 color hex is 0.00, 0.33, 0.28, 0.48. Web safe color of #855960 is #996666. Color #855960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011001 01100000
Octal 205 131 140
Decimal 133 89 96
Hex 85 59 60

RGB Percentages of Color #855960

%41.82
%27.99
%30.19

CMYK Percentages of Color #855960

%0
%33
%28
%48

Triadic Colors of #855960

#855960 #608559 #596085

Analogous Colors of #855960

#855960 #856859 #855976

Monochromatic Colors of #855960

#855960

Complementary Color

#855960 #59857e

#855960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855960 Color CSS Codes

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

#855960 Text Font Color

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

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


#855960 Background Color

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

This div background color is #855960


#855960 Border Color

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

This div border color is #855960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855960


Comments

No comments written yet.

Please login to write comment.