Color Hex Logo

#856fbb Color Hex

#856FBB
(133,111,187)
0 Favorites   0 Comments

Color spaces of #856fbb

RGB 133111187
HSL0.710.360.58
HSV257°41°73°
CMYK 0.290.410.00   0.27
XYZ24.326919.943349.5810
Yxy19.94330.25920.2125
Hunter Lab44.657919.0845-34.5656
CIE-Lab51.773025.3327-37.0180

#856fbb color RGB value is (133,111,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101111 10111011
Octal 205 157 273
Decimal 133 111 187
Hex 85 6F BB

RGB Percentages of Color #856fbb

%30.86
%25.75
%43.39

CMYK Percentages of Color #856fbb

%29
%41
%0
%27

Triadic Colors of #856fbb

#856fbb #bb856f #6fbb85

Analogous Colors of #856fbb

#856fbb #ab6fbb #6f7fbb

Monochromatic Colors of #856fbb

#856fbb

Complementary Color

#856fbb #a5bb6f

#856fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#856fbb Color CSS Codes

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

#856fbb Text Font Color

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

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


#856fbb Background Color

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

This div background color is #856fbb


#856fbb Border Color

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

This div border color is #856fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856fbb


Comments

No comments written yet.

Please login to write comment.