Color Hex Logo

#857a9f Color Hex

#857A9F
(133,122,159)
0 Favorites   0 Comments

Color spaces of #857a9f

RGB 133122159
HSL0.720.160.55
HSV258°23°62°
CMYK 0.160.230.00   0.38
XYZ22.890421.408835.7267
Yxy21.40880.28600.2675
Hunter Lab46.26967.3352-13.3915
CIE-Lab53.394011.9699-18.3006

#857a9f color RGB value is (133,122,159).

#857a9f hex color red value is 133, green value is 122 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #857a9f hue: 0.72 , saturation: 0.16 and the lightness value of 857a9f is 0.55.

The process color (four color CMYK) of #857a9f color hex is 0.16, 0.23, 0.00, 0.38. Web safe color of #857a9f is #996699. Color #857a9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111010 10011111
Octal 205 172 237
Decimal 133 122 159
Hex 85 7A 9F

RGB Percentages of Color #857a9f

%32.13
%29.47
%38.41

CMYK Percentages of Color #857a9f

%16
%23
%0
%38

Triadic Colors of #857a9f

#857a9f #9f857a #7a9f85

Analogous Colors of #857a9f

#857a9f #987a9f #7a829f

Monochromatic Colors of #857a9f

#857a9f

Complementary Color

#857a9f #949f7a

#857a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#857a9f Color CSS Codes

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

#857a9f Text Font Color

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

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


#857a9f Background Color

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

This div background color is #857a9f


#857a9f Border Color

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

This div border color is #857a9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857a9f


Comments

No comments written yet.

Please login to write comment.