Color Hex Logo

#856bff Color Hex

#856BFF
(133,107,255)
0 Favorites   0 Comments

Color spaces of #856bff

RGB 133107255
HSL0.701.000.71
HSV251°58°100°
CMYK 0.480.580.00   0.00
XYZ32.980622.721997.2552
Yxy22.72190.21560.1486
Hunter Lab47.667540.0840-87.6012
CIE-Lab54.784746.2462-70.5683

#856bff color RGB value is (133,107,255).

#856bff hex color red value is 133, green value is 107 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #856bff hue: 0.70 , saturation: 1.00 and the lightness value of 856bff is 0.71.

The process color (four color CMYK) of #856bff color hex is 0.48, 0.58, 0.00, 0.00. Web safe color of #856bff is #9966ff. Color #856bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101011 11111111
Octal 205 153 377
Decimal 133 107 255
Hex 85 6B FF

RGB Percentages of Color #856bff

%26.87
%21.62
%51.52

CMYK Percentages of Color #856bff

%48
%58
%0
%0

Triadic Colors of #856bff

#856bff #ff856b #6bff85

Analogous Colors of #856bff

#856bff #cf6bff #6b9bff

Monochromatic Colors of #856bff

#856bff

Complementary Color

#856bff #e5ff6b

#856bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#856bff Color CSS Codes

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

#856bff Text Font Color

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

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


#856bff Background Color

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

This div background color is #856bff


#856bff Border Color

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

This div border color is #856bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856bff

Related Colors


Comments

No comments written yet.

Please login to write comment.