Color Hex Logo

#857aaa Color Hex

#857AAA
(133,122,170)
0 Favorites   0 Comments

Color spaces of #857aaa

RGB 133122170
HSL0.700.220.57
HSV254°28°67°
CMYK 0.220.280.00   0.33
XYZ23.888121.807940.9805
Yxy21.80790.27560.2516
Hunter Lab46.69899.5857-19.3405
CIE-Lab53.822614.5781-24.0168

#857aaa color RGB value is (133,122,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111010 10101010
Octal 205 172 252
Decimal 133 122 170
Hex 85 7A AA

RGB Percentages of Color #857aaa

%31.29
%28.71
%40.00

CMYK Percentages of Color #857aaa

%22
%28
%0
%33

Triadic Colors of #857aaa

#857aaa #aa857a #7aaa85

Analogous Colors of #857aaa

#857aaa #9d7aaa #7a87aa

Monochromatic Colors of #857aaa

#857aaa

Complementary Color

#857aaa #9faa7a

#857aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#857aaa Color CSS Codes

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

#857aaa Text Font Color

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

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


#857aaa Background Color

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

This div background color is #857aaa


#857aaa Border Color

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

This div border color is #857aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857aaa


Comments

No comments written yet.

Please login to write comment.