Color Hex Logo

#856ffc Color Hex

#856FFC
(133,111,252)
0 Favorites   0 Comments

Color spaces of #856ffc

RGB 133111252
HSL0.690.960.71
HSV249°56°99°
CMYK 0.470.560.00   0.01
XYZ32.928023.383794.8735
Yxy23.38370.21780.1547
Hunter Lab48.356736.9235-82.4744
CIE-Lab55.465443.1254-67.8094

#856ffc color RGB value is (133,111,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101111 11111100
Octal 205 157 374
Decimal 133 111 252
Hex 85 6F FC

RGB Percentages of Color #856ffc

%26.81
%22.38
%50.81

CMYK Percentages of Color #856ffc

%47
%56
%0
%1

Triadic Colors of #856ffc

#856ffc #fc856f #6ffc85

Analogous Colors of #856ffc

#856ffc #cc6ffc #6fa0fc

Monochromatic Colors of #856ffc

#856ffc

Complementary Color

#856ffc #e6fc6f

#856ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#856ffc Color CSS Codes

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

#856ffc Text Font Color

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

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


#856ffc Background Color

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

This div background color is #856ffc


#856ffc Border Color

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

This div border color is #856ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.