Color Hex Logo

#836afb Color Hex

#836AFB
(131,106,251)
0 Favorites   0 Comments

Color spaces of #836afb

RGB 131106251
HSL0.700.950.70
HSV250°58°98°
CMYK 0.480.580.00   0.02
XYZ31.926722.098493.8495
Yxy22.09840.21590.1494
Hunter Lab47.008938.9648-85.4614
CIE-Lab54.131345.2798-69.4199

#836afb color RGB value is (131,106,251).

#836afb hex color red value is 131, green value is 106 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #836afb hue: 0.70 , saturation: 0.95 and the lightness value of 836afb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101010 11111011
Octal 203 152 373
Decimal 131 106 251
Hex 83 6A FB

RGB Percentages of Color #836afb

%26.84
%21.72
%51.43

CMYK Percentages of Color #836afb

%48
%58
%0
%2

Triadic Colors of #836afb

#836afb #fb836a #6afb83

Analogous Colors of #836afb

#836afb #cc6afb #6a9afb

Monochromatic Colors of #836afb

#836afb

Complementary Color

#836afb #e2fb6a

#836afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#836afb Color CSS Codes

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

#836afb Text Font Color

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

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


#836afb Background Color

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

This div background color is #836afb


#836afb Border Color

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

This div border color is #836afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836afb


Comments

No comments written yet.

Please login to write comment.