Color Hex Logo

#856aef Color Hex

#856AEF
(133,106,239)
0 Favorites   0 Comments

Color spaces of #856aef

RGB 133106239
HSL0.700.810.68
HSV252°56°94°
CMYK 0.440.560.00   0.06
XYZ30.406921.526684.2138
Yxy21.52660.22330.1581
Hunter Lab46.396835.7886-75.1383
CIE-Lab53.521142.3049-63.7213

#856aef color RGB value is (133,106,239).

#856aef hex color red value is 133, green value is 106 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #856aef hue: 0.70 , saturation: 0.81 and the lightness value of 856aef is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101010 11101111
Octal 205 152 357
Decimal 133 106 239
Hex 85 6A EF

RGB Percentages of Color #856aef

%27.82
%22.18
%50.00

CMYK Percentages of Color #856aef

%44
%56
%0
%6

Triadic Colors of #856aef

#856aef #ef856a #6aef85

Analogous Colors of #856aef

#856aef #c86aef #6a92ef

Monochromatic Colors of #856aef

#856aef

Complementary Color

#856aef #d4ef6a

#856aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#856aef Color CSS Codes

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

#856aef Text Font Color

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

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


#856aef Background Color

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

This div background color is #856aef


#856aef Border Color

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

This div border color is #856aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856aef


Comments

No comments written yet.

Please login to write comment.