Color Hex Logo

#856cfe Color Hex

#856CFE
(133,108,254)
0 Favorites   0 Comments

Color spaces of #856cfe

RGB 133108254
HSL0.700.990.71
HSV250°57°100°
CMYK 0.480.570.00   0.00
XYZ32.924822.867496.4445
Yxy22.86740.21630.1502
Hunter Lab47.819939.2155-86.1039
CIE-Lab54.935545.3981-69.7717

#856cfe color RGB value is (133,108,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101100 11111110
Octal 205 154 376
Decimal 133 108 254
Hex 85 6C FE

RGB Percentages of Color #856cfe

%26.87
%21.82
%51.31

CMYK Percentages of Color #856cfe

%48
%57
%0
%0

Triadic Colors of #856cfe

#856cfe #fe856c #6cfe85

Analogous Colors of #856cfe

#856cfe #ce6cfe #6c9cfe

Monochromatic Colors of #856cfe

#856cfe

Complementary Color

#856cfe #e5fe6c

#856cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#856cfe Color CSS Codes

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

#856cfe Text Font Color

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

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


#856cfe Background Color

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

This div background color is #856cfe


#856cfe Border Color

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

This div border color is #856cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,108,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 #856cfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.