Color Hex Logo

#856cbf Color Hex

#856CBF
(133,108,191)
0 Favorites   0 Comments

Color spaces of #856cbf

RGB 133108191
HSL0.720.390.59
HSV258°43°75°
CMYK 0.300.430.00   0.25
XYZ24.439419.473351.7608
Yxy19.47330.25540.2035
Hunter Lab44.128621.6324-38.6545
CIE-Lab51.236428.1344-40.1658

#856cbf color RGB value is (133,108,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101100 10111111
Octal 205 154 277
Decimal 133 108 191
Hex 85 6C BF

RGB Percentages of Color #856cbf

%30.79
%25.00
%44.21

CMYK Percentages of Color #856cbf

%30
%43
%0
%25

Triadic Colors of #856cbf

#856cbf #bf856c #6cbf85

Analogous Colors of #856cbf

#856cbf #af6cbf #6c7dbf

Monochromatic Colors of #856cbf

#856cbf

Complementary Color

#856cbf #a6bf6c

#856cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#856cbf Color CSS Codes

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

#856cbf Text Font Color

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

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


#856cbf Background Color

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

This div background color is #856cbf


#856cbf Border Color

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

This div border color is #856cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856cbf


Comments

No comments written yet.

Please login to write comment.