Color Hex Logo

#836abf Color Hex

#836ABF
(131,106,191)
0 Favorites   0 Comments

Color spaces of #836abf

RGB 131106191
HSL0.720.400.58
HSV258°45°75°
CMYK 0.310.450.00   0.25
XYZ23.918118.895051.6767
Yxy18.89500.25310.2000
Hunter Lab43.468422.1484-40.0581
CIE-Lab50.564128.7552-41.2403

#836abf color RGB value is (131,106,191).

#836abf hex color red value is 131, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #836abf hue: 0.72 , saturation: 0.40 and the lightness value of 836abf is 0.58.

The process color (four color CMYK) of #836abf color hex is 0.31, 0.45, 0.00, 0.25. Web safe color of #836abf is #9966cc. Color #836abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101010 10111111
Octal 203 152 277
Decimal 131 106 191
Hex 83 6A BF

RGB Percentages of Color #836abf

%30.61
%24.77
%44.63

CMYK Percentages of Color #836abf

%31
%45
%0
%25

Triadic Colors of #836abf

#836abf #bf836a #6abf83

Analogous Colors of #836abf

#836abf #ae6abf #6a7cbf

Monochromatic Colors of #836abf

#836abf

Complementary Color

#836abf #a6bf6a

#836abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#836abf Color CSS Codes

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

#836abf Text Font Color

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

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


#836abf Background Color

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

This div background color is #836abf


#836abf Border Color

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

This div border color is #836abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836abf


Comments

No comments written yet.

Please login to write comment.