Color Hex Logo

#836aad Color Hex

#836AAD
(131,106,173)
0 Favorites   0 Comments

Color spaces of #836aad

RGB 131106173
HSL0.730.290.55
HSV262°39°68°
CMYK 0.240.390.00   0.32
XYZ22.056918.150541.8760
Yxy18.15050.26870.2211
Hunter Lab42.603417.8582-28.4553
CIE-Lab49.678124.1641-32.2067

#836aad color RGB value is (131,106,173).

#836aad hex color red value is 131, green value is 106 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #836aad hue: 0.73 , saturation: 0.29 and the lightness value of 836aad is 0.55.

The process color (four color CMYK) of #836aad color hex is 0.24, 0.39, 0.00, 0.32. Web safe color of #836aad is #996699. Color #836aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101010 10101101
Octal 203 152 255
Decimal 131 106 173
Hex 83 6A AD

RGB Percentages of Color #836aad

%31.95
%25.85
%42.20

CMYK Percentages of Color #836aad

%24
%39
%0
%32

Triadic Colors of #836aad

#836aad #ad836a #6aad83

Analogous Colors of #836aad

#836aad #a56aad #6a73ad

Monochromatic Colors of #836aad

#836aad

Complementary Color

#836aad #94ad6a

#836aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#836aad Color CSS Codes

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

#836aad Text Font Color

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

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


#836aad Background Color

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

This div background color is #836aad


#836aad Border Color

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

This div border color is #836aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836aad


Comments

No comments written yet.

Please login to write comment.