Color Hex Logo

#836bff Color Hex

#836BFF
(131,107,255)
0 Favorites   0 Comments

Color spaces of #836bff

RGB 131107255
HSL0.691.000.71
HSV250°58°100°
CMYK 0.490.580.00   0.00
XYZ32.667822.560797.2406
Yxy22.56070.21430.1480
Hunter Lab47.498139.6454-88.1329
CIE-Lab54.616945.8551-70.8480

#836bff color RGB value is (131,107,255).

#836bff hex color red value is 131, green value is 107 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #836bff hue: 0.69 , saturation: 1.00 and the lightness value of 836bff is 0.71.

The process color (four color CMYK) of #836bff color hex is 0.49, 0.58, 0.00, 0.00. Web safe color of #836bff is #9966ff. Color #836bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101011 11111111
Octal 203 153 377
Decimal 131 107 255
Hex 83 6B FF

RGB Percentages of Color #836bff

%26.57
%21.70
%51.72

CMYK Percentages of Color #836bff

%49
%58
%0
%0

Triadic Colors of #836bff

#836bff #ff836b #6bff83

Analogous Colors of #836bff

#836bff #cd6bff #6b9dff

Monochromatic Colors of #836bff

#836bff

Complementary Color

#836bff #e7ff6b

#836bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#836bff Color CSS Codes

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

#836bff Text Font Color

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

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


#836bff Background Color

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

This div background color is #836bff


#836bff Border Color

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

This div border color is #836bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836bff


Comments

No comments written yet.

Please login to write comment.