Color Hex Logo

#837bad Color Hex

#837BAD
(131,123,173)
0 Favorites   0 Comments

Color spaces of #837bad

RGB 131123173
HSL0.690.230.58
HSV250°29°68°
CMYK 0.240.290.00   0.32
XYZ23.985922.008342.5190
Yxy22.00830.27100.2486
Hunter Lab46.91309.1666-20.8976
CIE-Lab54.035814.0891-25.4341

#837bad color RGB value is (131,123,173).

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

The process color (four color CMYK) of #837bad color hex is 0.24, 0.29, 0.00, 0.32. Web safe color of #837bad is #996699. Color #837bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111011 10101101
Octal 203 173 255
Decimal 131 123 173
Hex 83 7B AD

RGB Percentages of Color #837bad

%30.68
%28.81
%40.52

CMYK Percentages of Color #837bad

%24
%29
%0
%32

Triadic Colors of #837bad

#837bad #ad837b #7bad83

Analogous Colors of #837bad

#837bad #9c7bad #7b8cad

Monochromatic Colors of #837bad

#837bad

Complementary Color

#837bad #a5ad7b

#837bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#837bad Color CSS Codes

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

#837bad Text Font Color

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

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


#837bad Background Color

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

This div background color is #837bad


#837bad Border Color

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

This div border color is #837bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,123,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837bad


Comments

No comments written yet.

Please login to write comment.