Color Hex Logo

#836cbe Color Hex

#836CBE
(131,108,190)
0 Favorites   0 Comments

Color spaces of #836cbe

RGB 131108190
HSL0.710.390.58
HSV257°43°75°
CMYK 0.310.430.00   0.25
XYZ24.016919.268151.1685
Yxy19.26810.25430.2040
Hunter Lab43.895420.8472-38.3870
CIE-Lab50.999427.3131-39.9768

#836cbe color RGB value is (131,108,190).

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

The process color (four color CMYK) of #836cbe color hex is 0.31, 0.43, 0.00, 0.25. Web safe color of #836cbe is #9966cc. Color #836cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101100 10111110
Octal 203 154 276
Decimal 131 108 190
Hex 83 6C BE

RGB Percentages of Color #836cbe

%30.54
%25.17
%44.29

CMYK Percentages of Color #836cbe

%31
%43
%0
%25

Triadic Colors of #836cbe

#836cbe #be836c #6cbe83

Analogous Colors of #836cbe

#836cbe #ac6cbe #6c7ebe

Monochromatic Colors of #836cbe

#836cbe

Complementary Color

#836cbe #a7be6c

#836cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#836cbe Color CSS Codes

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

#836cbe Text Font Color

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

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


#836cbe Background Color

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

This div background color is #836cbe


#836cbe Border Color

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

This div border color is #836cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836cbe


Comments

No comments written yet.

Please login to write comment.