Color Hex Logo

#855b6d Color Hex

#855B6D
(133,91,109)
0 Favorites   0 Comments

Color spaces of #855b6d

RGB 13391109
HSL0.930.190.44
HSV334°32°52°
CMYK 0.000.320.18   0.48
XYZ16.174313.572816.2353
Yxy13.57280.35170.2952
Hunter Lab36.841313.8940-0.3392
CIE-Lab43.613920.1195-3.2721

#855b6d color RGB value is (133,91,109).

#855b6d hex color red value is 133, green value is 91 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #855b6d hue: 0.93 , saturation: 0.19 and the lightness value of 855b6d is 0.44.

The process color (four color CMYK) of #855b6d color hex is 0.00, 0.32, 0.18, 0.48. Web safe color of #855b6d is #996666. Color #855b6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011011 01101101
Octal 205 133 155
Decimal 133 91 109
Hex 85 5B 6D

RGB Percentages of Color #855b6d

%39.94
%27.33
%32.73

CMYK Percentages of Color #855b6d

%0
%32
%18
%48

Triadic Colors of #855b6d

#855b6d #6d855b #5b6d85

Analogous Colors of #855b6d

#855b6d #855e5b #855b82

Monochromatic Colors of #855b6d

#855b6d

Complementary Color

#855b6d #5b8573

#855b6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855b6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#855b6d Color CSS Codes

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

#855b6d Text Font Color

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

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


#855b6d Background Color

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

This div background color is #855b6d


#855b6d Border Color

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

This div border color is #855b6d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,91,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #855b6d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #855b6d;
  -webkit-box-shadow: 1px 1px 3px 2px #855b6d;
  box-shadow:         1px 1px 3px 2px #855b6d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855b6d


Comments

No comments written yet.

Please login to write comment.