Color Hex Logo

#856cba Color Hex

#856CBA
(133,108,186)
0 Favorites   0 Comments

Color spaces of #856cba

RGB 133108186
HSL0.720.360.58
HSV259°42°73°
CMYK 0.280.420.00   0.27
XYZ23.898419.256848.9117
Yxy19.25680.25960.2092
Hunter Lab43.882620.4164-35.3671
CIE-Lab50.986326.8488-37.6789

#856cba color RGB value is (133,108,186).

#856cba hex color red value is 133, green value is 108 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #856cba hue: 0.72 , saturation: 0.36 and the lightness value of 856cba is 0.58.

The process color (four color CMYK) of #856cba color hex is 0.28, 0.42, 0.00, 0.27. Web safe color of #856cba is #9966cc. Color #856cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101100 10111010
Octal 205 154 272
Decimal 133 108 186
Hex 85 6C BA

RGB Percentages of Color #856cba

%31.15
%25.29
%43.56

CMYK Percentages of Color #856cba

%28
%42
%0
%27

Triadic Colors of #856cba

#856cba #ba856c #6cba85

Analogous Colors of #856cba

#856cba #ac6cba #6c7aba

Monochromatic Colors of #856cba

#856cba

Complementary Color

#856cba #a1ba6c

#856cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#856cba Color CSS Codes

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

#856cba Text Font Color

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

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


#856cba Background Color

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

This div background color is #856cba


#856cba Border Color

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

This div border color is #856cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856cba


Comments

No comments written yet.

Please login to write comment.