Color Hex Logo

#856fbf Color Hex

#856FBF
(133,111,191)
0 Favorites   0 Comments

Color spaces of #856fbf

RGB 133111191
HSL0.710.380.59
HSV257°42°75°
CMYK 0.300.420.00   0.25
XYZ24.761320.117051.8681
Yxy20.11700.25590.2079
Hunter Lab44.852020.0530-37.1683
CIE-Lab51.969226.3655-39.0101

#856fbf color RGB value is (133,111,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101111 10111111
Octal 205 157 277
Decimal 133 111 191
Hex 85 6F BF

RGB Percentages of Color #856fbf

%30.57
%25.52
%43.91

CMYK Percentages of Color #856fbf

%30
%42
%0
%25

Triadic Colors of #856fbf

#856fbf #bf856f #6fbf85

Analogous Colors of #856fbf

#856fbf #ad6fbf #6f81bf

Monochromatic Colors of #856fbf

#856fbf

Complementary Color

#856fbf #a9bf6f

#856fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#856fbf Color CSS Codes

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

#856fbf Text Font Color

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

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


#856fbf Background Color

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

This div background color is #856fbf


#856fbf Border Color

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

This div border color is #856fbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,111,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 #856fbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856fbf


Comments

No comments written yet.

Please login to write comment.