Color Hex Logo

#836fdb Color Hex

#836FDB
(131,111,219)
0 Favorites   0 Comments

Color spaces of #836fdb

RGB 131111219
HSL0.700.600.65
HSV251°49°86°
CMYK 0.400.490.00   0.14
XYZ27.830721.308669.6640
Yxy21.30860.23430.1794
Hunter Lab46.161226.8358-57.1643
CIE-Lab53.285633.3759-52.8794

#836fdb color RGB value is (131,111,219).

#836fdb hex color red value is 131, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #836fdb hue: 0.70 , saturation: 0.60 and the lightness value of 836fdb is 0.65.

The process color (four color CMYK) of #836fdb color hex is 0.40, 0.49, 0.00, 0.14. Web safe color of #836fdb is #9966cc. Color #836fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101111 11011011
Octal 203 157 333
Decimal 131 111 219
Hex 83 6F DB

RGB Percentages of Color #836fdb

%28.42
%24.08
%47.51

CMYK Percentages of Color #836fdb

%40
%49
%0
%14

Triadic Colors of #836fdb

#836fdb #db836f #6fdb83

Analogous Colors of #836fdb

#836fdb #b96fdb #6f91db

Monochromatic Colors of #836fdb

#836fdb

Complementary Color

#836fdb #c7db6f

#836fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#836fdb Color CSS Codes

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

#836fdb Text Font Color

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

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


#836fdb Background Color

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

This div background color is #836fdb


#836fdb Border Color

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

This div border color is #836fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836fdb


Comments

No comments written yet.

Please login to write comment.