Color Hex Logo

#836bfe Color Hex

#836BFE
(131,107,254)
0 Favorites   0 Comments

Color spaces of #836bfe

RGB 131107254
HSL0.690.990.71
HSV250°58°100°
CMYK 0.480.580.00   0.00
XYZ32.507222.496496.3949
Yxy22.49640.21470.1486
Hunter Lab47.430439.3348-87.2965
CIE-Lab54.549845.5697-70.4038

#836bfe color RGB value is (131,107,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101011 11111110
Octal 203 153 376
Decimal 131 107 254
Hex 83 6B FE

RGB Percentages of Color #836bfe

%26.63
%21.75
%51.63

CMYK Percentages of Color #836bfe

%48
%58
%0
%0

Triadic Colors of #836bfe

#836bfe #fe836b #6bfe83

Analogous Colors of #836bfe

#836bfe #cd6bfe #6b9dfe

Monochromatic Colors of #836bfe

#836bfe

Complementary Color

#836bfe #e6fe6b

#836bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#836bfe Color CSS Codes

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

#836bfe Text Font Color

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

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


#836bfe Background Color

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

This div background color is #836bfe


#836bfe Border Color

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

This div border color is #836bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836bfe


Comments

No comments written yet.

Please login to write comment.