Color Hex Logo

#837aaa Color Hex

#837AAA
(131,122,170)
0 Favorites   0 Comments

Color spaces of #837aaa

RGB 131122170
HSL0.700.220.57
HSV251°28°67°
CMYK 0.230.280.00   0.33
XYZ23.575321.646640.9659
Yxy21.64660.27350.2512
Hunter Lab46.52599.0280-19.6365
CIE-Lab53.650013.9387-24.2972

#837aaa color RGB value is (131,122,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111010 10101010
Octal 203 172 252
Decimal 131 122 170
Hex 83 7A AA

RGB Percentages of Color #837aaa

%30.97
%28.84
%40.19

CMYK Percentages of Color #837aaa

%23
%28
%0
%33

Triadic Colors of #837aaa

#837aaa #aa837a #7aaa83

Analogous Colors of #837aaa

#837aaa #9b7aaa #7a89aa

Monochromatic Colors of #837aaa

#837aaa

Complementary Color

#837aaa #a1aa7a

#837aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#837aaa Color CSS Codes

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

#837aaa Text Font Color

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

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


#837aaa Background Color

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

This div background color is #837aaa


#837aaa Border Color

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

This div border color is #837aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,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 #837aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837aaa


Comments

No comments written yet.

Please login to write comment.