Color Hex Logo

#857aab Color Hex

#857AAB
(133,122,171)
0 Favorites   0 Comments

Color spaces of #857aab

RGB 133122171
HSL0.700.230.57
HSV253°29°67°
CMYK 0.220.290.00   0.33
XYZ23.983121.845941.4807
Yxy21.84590.27470.2502
Hunter Lab46.73969.7979-19.9013
CIE-Lab53.863114.8212-24.5321

#857aab color RGB value is (133,122,171).

#857aab hex color red value is 133, green value is 122 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #857aab hue: 0.70 , saturation: 0.23 and the lightness value of 857aab is 0.57.

The process color (four color CMYK) of #857aab color hex is 0.22, 0.29, 0.00, 0.33. Web safe color of #857aab is #996699. Color #857aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111010 10101011
Octal 205 172 253
Decimal 133 122 171
Hex 85 7A AB

RGB Percentages of Color #857aab

%31.22
%28.64
%40.14

CMYK Percentages of Color #857aab

%22
%29
%0
%33

Triadic Colors of #857aab

#857aab #ab857a #7aab85

Analogous Colors of #857aab

#857aab #9e7aab #7a88ab

Monochromatic Colors of #857aab

#857aab

Complementary Color

#857aab #a0ab7a

#857aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#857aab Color CSS Codes

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

#857aab Text Font Color

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

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


#857aab Background Color

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

This div background color is #857aab


#857aab Border Color

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

This div border color is #857aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857aab


Comments

No comments written yet.

Please login to write comment.