Color Hex Logo

#836bba Color Hex

#836BBA
(131,107,186)
0 Favorites   0 Comments

Color spaces of #836bba

RGB 131107186
HSL0.720.360.57
HSV258°42°73°
CMYK 0.300.420.00   0.27
XYZ23.480718.885948.8621
Yxy18.88590.25740.2070
Hunter Lab43.457920.3938-36.2424
CIE-Lab50.553426.8652-38.3734

#836bba color RGB value is (131,107,186).

#836bba hex color red value is 131, green value is 107 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #836bba hue: 0.72 , saturation: 0.36 and the lightness value of 836bba is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101011 10111010
Octal 203 153 272
Decimal 131 107 186
Hex 83 6B BA

RGB Percentages of Color #836bba

%30.90
%25.24
%43.87

CMYK Percentages of Color #836bba

%30
%42
%0
%27

Triadic Colors of #836bba

#836bba #ba836b #6bba83

Analogous Colors of #836bba

#836bba #ab6bba #6b7bba

Monochromatic Colors of #836bba

#836bba

Complementary Color

#836bba #a2ba6b

#836bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#836bba Color CSS Codes

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

#836bba Text Font Color

<p style="color:#836bba">Text here</p>

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


#836bba Background Color

<div style="background-color:#836bba">
Div content here</div>

This div background color is #836bba


#836bba Border Color

<div style="border:3px solid #836bba">
Div here</div>

This div border color is #836bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836bba


Comments

No comments written yet.

Please login to write comment.