Color Hex Logo

#836cce Color Hex

#836CCE
(131,108,206)
0 Favorites   0 Comments

Color spaces of #836cce

RGB 131108206
HSL0.710.500.62
HSV254°48°81°
CMYK 0.360.480.00   0.19
XYZ25.863220.006760.8910
Yxy20.00670.24230.1874
Hunter Lab44.728824.9371-49.4034
CIE-Lab51.844831.5703-47.8024

#836cce color RGB value is (131,108,206).

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

The process color (four color CMYK) of #836cce color hex is 0.36, 0.48, 0.00, 0.19. Web safe color of #836cce is #9966cc. Color #836cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101100 11001110
Octal 203 154 316
Decimal 131 108 206
Hex 83 6C CE

RGB Percentages of Color #836cce

%29.44
%24.27
%46.29

CMYK Percentages of Color #836cce

%36
%48
%0
%19

Triadic Colors of #836cce

#836cce #ce836c #6cce83

Analogous Colors of #836cce

#836cce #b46cce #6c86ce

Monochromatic Colors of #836cce

#836cce

Complementary Color

#836cce #b7ce6c

#836cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#836cce Color CSS Codes

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

#836cce Text Font Color

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

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


#836cce Background Color

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

This div background color is #836cce


#836cce Border Color

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

This div border color is #836cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836cce

#836cce Color Palettes


Comments

No comments written yet.

Please login to write comment.