Color Hex Logo

#856cbd Color Hex

#856CBD
(133,108,189)
0 Favorites   0 Comments

Color spaces of #856cbd

RGB 133108189
HSL0.720.380.58
HSV259°43°74°
CMYK 0.300.430.00   0.26
XYZ24.220719.385850.6094
Yxy19.38580.25710.2058
Hunter Lab44.029321.1423-37.3303
CIE-Lab51.135627.6179-39.1736

#856cbd color RGB value is (133,108,189).

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

The process color (four color CMYK) of #856cbd color hex is 0.30, 0.43, 0.00, 0.26. Web safe color of #856cbd is #9966cc. Color #856cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101100 10111101
Octal 205 154 275
Decimal 133 108 189
Hex 85 6C BD

RGB Percentages of Color #856cbd

%30.93
%25.12
%43.95

CMYK Percentages of Color #856cbd

%30
%43
%0
%26

Triadic Colors of #856cbd

#856cbd #bd856c #6cbd85

Analogous Colors of #856cbd

#856cbd #ae6cbd #6c7cbd

Monochromatic Colors of #856cbd

#856cbd

Complementary Color

#856cbd #a4bd6c

#856cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#856cbd Color CSS Codes

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

#856cbd Text Font Color

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

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


#856cbd Background Color

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

This div background color is #856cbd


#856cbd Border Color

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

This div border color is #856cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856cbd


Comments

No comments written yet.

Please login to write comment.