Color Hex Logo

#856aad Color Hex

#856AAD
(133,106,173)
0 Favorites   0 Comments

Color spaces of #856aad

RGB 133106173
HSL0.730.290.55
HSV264°39°68°
CMYK 0.230.390.00   0.32
XYZ22.369718.311741.8907
Yxy18.31170.27090.2218
Hunter Lab42.792218.4250-28.0865
CIE-Lab49.872024.7741-31.8895

#856aad color RGB value is (133,106,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101010 10101101
Octal 205 152 255
Decimal 133 106 173
Hex 85 6A AD

RGB Percentages of Color #856aad

%32.28
%25.73
%41.99

CMYK Percentages of Color #856aad

%23
%39
%0
%32

Triadic Colors of #856aad

#856aad #ad856a #6aad85

Analogous Colors of #856aad

#856aad #a76aad #6a71ad

Monochromatic Colors of #856aad

#856aad

Complementary Color

#856aad #92ad6a

#856aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#856aad Color CSS Codes

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

#856aad Text Font Color

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

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


#856aad Background Color

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

This div background color is #856aad


#856aad Border Color

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

This div border color is #856aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,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 #856aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856aad


Comments

No comments written yet.

Please login to write comment.