Color Hex Logo

#856fbc Color Hex

#856FBC
(133,111,188)
0 Favorites   0 Comments

Color spaces of #856fbc

RGB 133111188
HSL0.710.360.59
HSV257°41°74°
CMYK 0.290.410.00   0.26
XYZ24.434419.986350.1469
Yxy19.98630.25840.2113
Hunter Lab44.706019.3249-35.2115
CIE-Lab51.821725.5898-37.5172

#856fbc color RGB value is (133,111,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101111 10111100
Octal 205 157 274
Decimal 133 111 188
Hex 85 6F BC

RGB Percentages of Color #856fbc

%30.79
%25.69
%43.52

CMYK Percentages of Color #856fbc

%29
%41
%0
%26

Triadic Colors of #856fbc

#856fbc #bc856f #6fbc85

Analogous Colors of #856fbc

#856fbc #ac6fbc #6f80bc

Monochromatic Colors of #856fbc

#856fbc

Complementary Color

#856fbc #a6bc6f

#856fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#856fbc Color CSS Codes

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

#856fbc Text Font Color

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

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


#856fbc Background Color

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

This div background color is #856fbc


#856fbc Border Color

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

This div border color is #856fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856fbc


Comments

No comments written yet.

Please login to write comment.