Color Hex Logo

#837fba Color Hex

#837FBA
(131,127,186)
0 Favorites   0 Comments

Color spaces of #837fba

RGB 131127186
HSL0.680.300.61
HSV244°32°73°
CMYK 0.300.320.00   0.27
XYZ25.812423.549249.6394
Yxy23.54920.26070.2379
Hunter Lab48.527510.0232-26.6792
CIE-Lab55.633615.0269-30.4222

#837fba color RGB value is (131,127,186).

#837fba hex color red value is 131, green value is 127 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #837fba hue: 0.68 , saturation: 0.30 and the lightness value of 837fba is 0.61.

The process color (four color CMYK) of #837fba color hex is 0.30, 0.32, 0.00, 0.27. Web safe color of #837fba is #9966cc. Color #837fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01111111 10111010
Octal 203 177 272
Decimal 131 127 186
Hex 83 7F BA

RGB Percentages of Color #837fba

%29.50
%28.60
%41.89

CMYK Percentages of Color #837fba

%30
%32
%0
%27

Triadic Colors of #837fba

#837fba #ba837f #7fba83

Analogous Colors of #837fba

#837fba #a17fba #7f99ba

Monochromatic Colors of #837fba

#837fba

Complementary Color

#837fba #b6ba7f

#837fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#837fba Color CSS Codes

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

#837fba Text Font Color

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

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


#837fba Background Color

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

This div background color is #837fba


#837fba Border Color

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

This div border color is #837fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837fba


Comments

No comments written yet.

Please login to write comment.