Color Hex Logo

#836ab5 Color Hex

#836AB5
(131,106,181)
0 Favorites   0 Comments

Color spaces of #836ab5

RGB 131106181
HSL0.720.340.56
HSV260°41°71°
CMYK 0.280.410.00   0.29
XYZ22.854618.469646.0765
Yxy18.46960.26150.2113
Hunter Lab42.976319.7171-33.4837
CIE-Lab50.060826.1750-36.2559

#836ab5 color RGB value is (131,106,181).

#836ab5 hex color red value is 131, green value is 106 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #836ab5 hue: 0.72 , saturation: 0.34 and the lightness value of 836ab5 is 0.56.

The process color (four color CMYK) of #836ab5 color hex is 0.28, 0.41, 0.00, 0.29. Web safe color of #836ab5 is #9966cc. Color #836ab5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101010 10110101
Octal 203 152 265
Decimal 131 106 181
Hex 83 6A B5

RGB Percentages of Color #836ab5

%31.34
%25.36
%43.30

CMYK Percentages of Color #836ab5

%28
%41
%0
%29

Triadic Colors of #836ab5

#836ab5 #b5836a #6ab583

Analogous Colors of #836ab5

#836ab5 #a96ab5 #6a77b5

Monochromatic Colors of #836ab5

#836ab5

Complementary Color

#836ab5 #9cb56a

#836ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#836ab5 Color CSS Codes

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

#836ab5 Text Font Color

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

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


#836ab5 Background Color

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

This div background color is #836ab5


#836ab5 Border Color

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

This div border color is #836ab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836ab5


Comments

No comments written yet.

Please login to write comment.