Color Hex Logo

#857eaa Color Hex

#857EAA
(133,126,170)
0 Favorites   0 Comments

Color spaces of #857eaa

RGB 133126170
HSL0.690.210.58
HSV250°26°67°
CMYK 0.220.260.00   0.33
XYZ24.389422.810541.1476
Yxy22.81050.27610.2582
Hunter Lab47.76037.5726-17.6487
CIE-Lab54.876612.2269-22.3956

#857eaa color RGB value is (133,126,170).

#857eaa hex color red value is 133, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #857eaa hue: 0.69 , saturation: 0.21 and the lightness value of 857eaa is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111110 10101010
Octal 205 176 252
Decimal 133 126 170
Hex 85 7E AA

RGB Percentages of Color #857eaa

%31.00
%29.37
%39.63

CMYK Percentages of Color #857eaa

%22
%26
%0
%33

Triadic Colors of #857eaa

#857eaa #aa857e #7eaa85

Analogous Colors of #857eaa

#857eaa #9b7eaa #7e8daa

Monochromatic Colors of #857eaa

#857eaa

Complementary Color

#857eaa #a3aa7e

#857eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#857eaa Color CSS Codes

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

#857eaa Text Font Color

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

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


#857eaa Background Color

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

This div background color is #857eaa


#857eaa Border Color

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

This div border color is #857eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,126,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 #857eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857eaa


Comments

No comments written yet.

Please login to write comment.