Color Hex Logo

#856bfe Color Hex

#856BFE
(133,107,254)
0 Favorites   0 Comments

Color spaces of #856bfe

RGB 133107254
HSL0.700.990.71
HSV251°58°100°
CMYK 0.480.580.00   0.00
XYZ32.820022.657796.4095
Yxy22.65770.21610.1492
Hunter Lab47.600139.7745-86.7662
CIE-Lab54.718045.9626-70.1234

#856bfe color RGB value is (133,107,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101011 11111110
Octal 205 153 376
Decimal 133 107 254
Hex 85 6B FE

RGB Percentages of Color #856bfe

%26.92
%21.66
%51.42

CMYK Percentages of Color #856bfe

%48
%58
%0
%0

Triadic Colors of #856bfe

#856bfe #fe856b #6bfe85

Analogous Colors of #856bfe

#856bfe #cf6bfe #6b9bfe

Monochromatic Colors of #856bfe

#856bfe

Complementary Color

#856bfe #e4fe6b

#856bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#856bfe Color CSS Codes

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

#856bfe Text Font Color

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

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


#856bfe Background Color

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

This div background color is #856bfe


#856bfe Border Color

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

This div border color is #856bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.