Color Hex Logo

#836cee Color Hex

#836CEE
(131,108,238)
0 Favorites   0 Comments

Color spaces of #836cee

RGB 131108238
HSL0.700.790.68
HSV251°55°93°
CMYK 0.450.550.00   0.07
XYZ30.155321.723583.4926
Yxy21.72350.22280.1605
Hunter Lab46.608533.9232-73.5839
CIE-Lab53.732440.4482-62.8314

#836cee color RGB value is (131,108,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101100 11101110
Octal 203 154 356
Decimal 131 108 238
Hex 83 6C EE

RGB Percentages of Color #836cee

%27.46
%22.64
%49.90

CMYK Percentages of Color #836cee

%45
%55
%0
%7

Triadic Colors of #836cee

#836cee #ee836c #6cee83

Analogous Colors of #836cee

#836cee #c46cee #6c96ee

Monochromatic Colors of #836cee

#836cee

Complementary Color

#836cee #d7ee6c

#836cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#836cee Color CSS Codes

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

#836cee Text Font Color

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

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


#836cee Background Color

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

This div background color is #836cee


#836cee Border Color

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

This div border color is #836cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836cee


Comments

No comments written yet.

Please login to write comment.