Color Hex Logo

#855962 Color Hex

#855962
(133,89,98)
0 Favorites   0 Comments

Color spaces of #855962

RGB 1338998
HSL0.970.200.44
HSV348°33°52°
CMYK 0.000.330.26   0.48
XYZ15.449813.013113.2528
Yxy13.01310.37040.3119
Hunter Lab36.073713.31993.4695
CIE-Lab42.783019.50082.2335

#855962 color RGB value is (133,89,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011001 01100010
Octal 205 131 142
Decimal 133 89 98
Hex 85 59 62

RGB Percentages of Color #855962

%41.56
%27.81
%30.63

CMYK Percentages of Color #855962

%0
%33
%26
%48

Triadic Colors of #855962

#855962 #628559 #596285

Analogous Colors of #855962

#855962 #856659 #855978

Monochromatic Colors of #855962

#855962

Complementary Color

#855962 #59857c

#855962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855962 Color CSS Codes

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

#855962 Text Font Color

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

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


#855962 Background Color

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

This div background color is #855962


#855962 Border Color

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

This div border color is #855962


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,89,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855962


Comments

No comments written yet.

Please login to write comment.