Color Hex Logo

#836cfe Color Hex

#836CFE
(131,108,254)
0 Favorites   0 Comments

Color spaces of #836cfe

RGB 131108254
HSL0.690.990.71
HSV249°57°100°
CMYK 0.480.570.00   0.00
XYZ32.612022.706296.4298
Yxy22.70620.21490.1496
Hunter Lab47.651038.7748-86.6275
CIE-Lab54.768445.0027-70.0500

#836cfe color RGB value is (131,108,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101100 11111110
Octal 203 154 376
Decimal 131 108 254
Hex 83 6C FE

RGB Percentages of Color #836cfe

%26.57
%21.91
%51.52

CMYK Percentages of Color #836cfe

%48
%57
%0
%0

Triadic Colors of #836cfe

#836cfe #fe836c #6cfe83

Analogous Colors of #836cfe

#836cfe #cc6cfe #6c9efe

Monochromatic Colors of #836cfe

#836cfe

Complementary Color

#836cfe #e7fe6c

#836cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#836cfe Color CSS Codes

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

#836cfe Text Font Color

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

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


#836cfe Background Color

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

This div background color is #836cfe


#836cfe Border Color

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

This div border color is #836cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,108,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 #836cfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836cfe


Comments

No comments written yet.

Please login to write comment.