Color Hex Logo

#836cef Color Hex

#836CEF
(131,108,239)
0 Favorites   0 Comments

Color spaces of #836cef

RGB 131108239
HSL0.700.800.68
HSV251°55°94°
CMYK 0.450.550.00   0.06
XYZ30.302621.782484.2687
Yxy21.78240.22220.1597
Hunter Lab46.671634.2198-74.3819
CIE-Lab53.795440.7312-63.2883

#836cef color RGB value is (131,108,239).

#836cef hex color red value is 131, green value is 108 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #836cef hue: 0.70 , saturation: 0.80 and the lightness value of 836cef is 0.68.

The process color (four color CMYK) of #836cef color hex is 0.45, 0.55, 0.00, 0.06. Web safe color of #836cef is #9966ff. Color #836cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101100 11101111
Octal 203 154 357
Decimal 131 108 239
Hex 83 6C EF

RGB Percentages of Color #836cef

%27.41
%22.59
%50.00

CMYK Percentages of Color #836cef

%45
%55
%0
%6

Triadic Colors of #836cef

#836cef #ef836c #6cef83

Analogous Colors of #836cef

#836cef #c56cef #6c97ef

Monochromatic Colors of #836cef

#836cef

Complementary Color

#836cef #d8ef6c

#836cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#836cef Color CSS Codes

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

#836cef Text Font Color

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

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


#836cef Background Color

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

This div background color is #836cef


#836cef Border Color

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

This div border color is #836cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836cef


Comments

No comments written yet.

Please login to write comment.