Color Hex Logo

#857b8a Color Hex

#857B8A
(133,123,138)
0 Favorites   0 Comments

Color spaces of #857b8a

RGB 133123138
HSL0.780.060.51
HSV280°11°54°
CMYK 0.040.110.00   0.46
XYZ21.343320.987426.9708
Yxy20.98740.30800.3028
Hunter Lab45.81202.9901-2.8373
CIE-Lab52.93576.7729-6.7506

#857b8a color RGB value is (133,123,138).

#857b8a hex color red value is 133, green value is 123 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #857b8a hue: 0.78 , saturation: 0.06 and the lightness value of 857b8a is 0.51.

The process color (four color CMYK) of #857b8a color hex is 0.04, 0.11, 0.00, 0.46. Web safe color of #857b8a is #996699. Color #857b8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111011 10001010
Octal 205 173 212
Decimal 133 123 138
Hex 85 7B 8A

RGB Percentages of Color #857b8a

%33.76
%31.22
%35.03

CMYK Percentages of Color #857b8a

%4
%11
%0
%46

Triadic Colors of #857b8a

#857b8a #8a857b #7b8a85

Analogous Colors of #857b8a

#857b8a #8a7b88 #7e7b8a

Monochromatic Colors of #857b8a

#857b8a

Complementary Color

#857b8a #808a7b

#857b8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857b8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#857b8a Color CSS Codes

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

#857b8a Text Font Color

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

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


#857b8a Background Color

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

This div background color is #857b8a


#857b8a Border Color

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

This div border color is #857b8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,123,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #857b8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #857b8a;
  -webkit-box-shadow: 1px 1px 3px 2px #857b8a;
  box-shadow:         1px 1px 3px 2px #857b8a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857b8a


Comments

No comments written yet.

Please login to write comment.