Color Hex Logo

#856173 Color Hex

#856173
(133,97,115)
0 Favorites   0 Comments

Color spaces of #856173

RGB 13397115
HSL0.920.160.45
HSV330°27°52°
CMYK 0.000.270.14   0.48
XYZ17.042114.773718.1731
Yxy14.77370.34090.2955
Hunter Lab38.436611.8798-1.1272
CIE-Lab45.322717.6235-4.3879

#856173 color RGB value is (133,97,115).

#856173 hex color red value is 133, green value is 97 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #856173 hue: 0.92 , saturation: 0.16 and the lightness value of 856173 is 0.45.

The process color (four color CMYK) of #856173 color hex is 0.00, 0.27, 0.14, 0.48. Web safe color of #856173 is #996666. Color #856173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100001 01110011
Octal 205 141 163
Decimal 133 97 115
Hex 85 61 73

RGB Percentages of Color #856173

%38.55
%28.12
%33.33

CMYK Percentages of Color #856173

%0
%27
%14
%48

Triadic Colors of #856173

#856173 #738561 #617385

Analogous Colors of #856173

#856173 #856161 #856185

Monochromatic Colors of #856173

#856173

Complementary Color

#856173 #618573

#856173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856173 Color CSS Codes

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

#856173 Text Font Color

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

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


#856173 Background Color

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

This div background color is #856173


#856173 Border Color

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

This div border color is #856173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856173

#856173 Color Palettes


Comments

No comments written yet.

Please login to write comment.