Color Hex Logo

#856ffb Color Hex

#856FFB
(133,111,251)
0 Favorites   0 Comments

Color spaces of #856ffb

RGB 133111251
HSL0.690.950.71
HSV249°56°98°
CMYK 0.470.560.00   0.02
XYZ32.769923.320594.0409
Yxy23.32050.21830.1553
Hunter Lab48.291336.6182-81.6555
CIE-Lab55.400942.8403-67.3601

#856ffb color RGB value is (133,111,251).

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

The process color (four color CMYK) of #856ffb color hex is 0.47, 0.56, 0.00, 0.02. Web safe color of #856ffb is #9966ff. Color #856ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101111 11111011
Octal 205 157 373
Decimal 133 111 251
Hex 85 6F FB

RGB Percentages of Color #856ffb

%26.87
%22.42
%50.71

CMYK Percentages of Color #856ffb

%47
%56
%0
%2

Triadic Colors of #856ffb

#856ffb #fb856f #6ffb85

Analogous Colors of #856ffb

#856ffb #cb6ffb #6f9ffb

Monochromatic Colors of #856ffb

#856ffb

Complementary Color

#856ffb #e5fb6f

#856ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#856ffb Color CSS Codes

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

#856ffb Text Font Color

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

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


#856ffb Background Color

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

This div background color is #856ffb


#856ffb Border Color

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

This div border color is #856ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856ffb


Comments

No comments written yet.

Please login to write comment.