Color Hex Logo

#837eab Color Hex

#837EAB
(131,126,171)
0 Favorites   0 Comments

Color spaces of #837eab

RGB 131126171
HSL0.690.210.58
HSV247°26°67°
CMYK 0.230.260.00   0.33
XYZ24.171622.687341.6332
Yxy22.68730.27310.2564
Hunter Lab47.63127.2296-18.4820
CIE-Lab54.748811.8293-23.1826

#837eab color RGB value is (131,126,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111110 10101011
Octal 203 176 253
Decimal 131 126 171
Hex 83 7E AB

RGB Percentages of Color #837eab

%30.61
%29.44
%39.95

CMYK Percentages of Color #837eab

%23
%26
%0
%33

Triadic Colors of #837eab

#837eab #ab837e #7eab83

Analogous Colors of #837eab

#837eab #9a7eab #7e90ab

Monochromatic Colors of #837eab

#837eab

Complementary Color

#837eab #a6ab7e

#837eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#837eab Color CSS Codes

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

#837eab Text Font Color

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

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


#837eab Background Color

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

This div background color is #837eab


#837eab Border Color

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

This div border color is #837eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837eab


Comments

No comments written yet.

Please login to write comment.