Color Hex Logo

#857181 Color Hex

#857181
(133,113,129)
0 Favorites   0 Comments

Color spaces of #857181

RGB 133113129
HSL0.870.080.48
HSV312°15°52°
CMYK 0.000.150.03   0.48
XYZ19.540418.381823.2870
Yxy18.38180.31920.3003
Hunter Lab42.87406.3243-2.1915
CIE-Lab49.956010.8065-5.8874

#857181 color RGB value is (133,113,129).

#857181 hex color red value is 133, green value is 113 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #857181 hue: 0.87 , saturation: 0.08 and the lightness value of 857181 is 0.48.

The process color (four color CMYK) of #857181 color hex is 0.00, 0.15, 0.03, 0.48. Web safe color of #857181 is #996699. Color #857181 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110001 10000001
Octal 205 161 201
Decimal 133 113 129
Hex 85 71 81

RGB Percentages of Color #857181

%35.47
%30.13
%34.40

CMYK Percentages of Color #857181

%0
%15
%3
%48

Triadic Colors of #857181

#857181 #818571 #718185

Analogous Colors of #857181

#857181 #857177 #7f7185

Monochromatic Colors of #857181

#857181

Complementary Color

#857181 #718575

#857181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857181 Color CSS Codes

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

#857181 Text Font Color

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

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


#857181 Background Color

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

This div background color is #857181


#857181 Border Color

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

This div border color is #857181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857181


Comments

No comments written yet.

Please login to write comment.