Color Hex Logo

#857083 Color Hex

#857083
(133,112,131)
0 Favorites   0 Comments

Color spaces of #857083

RGB 133112131
HSL0.850.090.48
HSV306°16°52°
CMYK 0.000.160.02   0.48
XYZ19.563818.213623.9572
Yxy18.21360.31690.2950
Hunter Lab42.67747.1410-3.4086
CIE-Lab49.754211.7940-7.3719

#857083 color RGB value is (133,112,131).

#857083 hex color red value is 133, green value is 112 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #857083 hue: 0.85 , saturation: 0.09 and the lightness value of 857083 is 0.48.

The process color (four color CMYK) of #857083 color hex is 0.00, 0.16, 0.02, 0.48. Web safe color of #857083 is #996699. Color #857083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110000 10000011
Octal 205 160 203
Decimal 133 112 131
Hex 85 70 83

RGB Percentages of Color #857083

%35.37
%29.79
%34.84

CMYK Percentages of Color #857083

%0
%16
%2
%48

Triadic Colors of #857083

#857083 #838570 #708385

Analogous Colors of #857083

#857083 #857079 #7d7085

Monochromatic Colors of #857083

#857083

Complementary Color

#857083 #708572

#857083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857083 Color CSS Codes

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

#857083 Text Font Color

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

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


#857083 Background Color

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

This div background color is #857083


#857083 Border Color

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

This div border color is #857083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857083

#857083 Color Palettes


Comments

No comments written yet.

Please login to write comment.