Color Hex Logo

#856ade Color Hex

#856ADE
(133,106,222)
0 Favorites   0 Comments

Color spaces of #856ade

RGB 133106222
HSL0.710.640.64
HSV254°52°87°
CMYK 0.400.520.00   0.13
XYZ28.011720.568571.6010
Yxy20.56850.23310.1711
Hunter Lab45.352530.8825-61.8583
CIE-Lab52.474037.5925-55.8615

#856ade color RGB value is (133,106,222).

#856ade hex color red value is 133, green value is 106 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #856ade hue: 0.71 , saturation: 0.64 and the lightness value of 856ade is 0.64.

The process color (four color CMYK) of #856ade color hex is 0.40, 0.52, 0.00, 0.13. Web safe color of #856ade is #9966cc. Color #856ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101010 11011110
Octal 205 152 336
Decimal 133 106 222
Hex 85 6A DE

RGB Percentages of Color #856ade

%28.85
%22.99
%48.16

CMYK Percentages of Color #856ade

%40
%52
%0
%13

Triadic Colors of #856ade

#856ade #de856a #6ade85

Analogous Colors of #856ade

#856ade #bf6ade #6a89de

Monochromatic Colors of #856ade

#856ade

Complementary Color

#856ade #c3de6a

#856ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#856ade Color CSS Codes

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

#856ade Text Font Color

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

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


#856ade Background Color

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

This div background color is #856ade


#856ade Border Color

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

This div border color is #856ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856ade


Comments

No comments written yet.

Please login to write comment.