Color Hex Logo

#837aab Color Hex

#837AAB
(131,122,171)
0 Favorites   0 Comments

Color spaces of #837aab

RGB 131122171
HSL0.700.230.57
HSV251°29°67°
CMYK 0.230.290.00   0.33
XYZ23.670321.684641.4661
Yxy21.68460.27260.2498
Hunter Lab46.56679.2414-20.1990
CIE-Lab53.690714.1845-24.8123

#837aab color RGB value is (131,122,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111010 10101011
Octal 203 172 253
Decimal 131 122 171
Hex 83 7A AB

RGB Percentages of Color #837aab

%30.90
%28.77
%40.33

CMYK Percentages of Color #837aab

%23
%29
%0
%33

Triadic Colors of #837aab

#837aab #ab837a #7aab83

Analogous Colors of #837aab

#837aab #9c7aab #7a8aab

Monochromatic Colors of #837aab

#837aab

Complementary Color

#837aab #a2ab7a

#837aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#837aab Color CSS Codes

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

#837aab Text Font Color

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

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


#837aab Background Color

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

This div background color is #837aab


#837aab Border Color

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

This div border color is #837aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837aab


Comments

No comments written yet.

Please login to write comment.