Color Hex Logo

#856faa Color Hex

#856FAA
(133,111,170)
0 Favorites   0 Comments

Color spaces of #856faa

RGB 133111170
HSL0.730.260.55
HSV262°35°67°
CMYK 0.220.350.00   0.33
XYZ22.613019.257740.5555
Yxy19.25770.27430.2336
Hunter Lab43.883615.1839-24.0750
CIE-Lab50.987321.0818-28.4043

#856faa color RGB value is (133,111,170).

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

The process color (four color CMYK) of #856faa color hex is 0.22, 0.35, 0.00, 0.33. Web safe color of #856faa is #996699. Color #856faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101111 10101010
Octal 205 157 252
Decimal 133 111 170
Hex 85 6F AA

RGB Percentages of Color #856faa

%32.13
%26.81
%41.06

CMYK Percentages of Color #856faa

%22
%35
%0
%33

Triadic Colors of #856faa

#856faa #aa856f #6faa85

Analogous Colors of #856faa

#856faa #a36faa #6f77aa

Monochromatic Colors of #856faa

#856faa

Complementary Color

#856faa #94aa6f

#856faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#856faa Color CSS Codes

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

#856faa Text Font Color

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

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


#856faa Background Color

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

This div background color is #856faa


#856faa Border Color

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

This div border color is #856faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,111,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856faa


Comments

No comments written yet.

Please login to write comment.