Color Hex Logo

#856abe Color Hex

#856ABE
(133,106,190)
0 Favorites   0 Comments

Color spaces of #856abe

RGB 133106190
HSL0.720.390.58
HSV259°44°75°
CMYK 0.300.440.00   0.25
XYZ24.121219.012351.1136
Yxy19.01230.25590.2017
Hunter Lab43.603122.4406-38.9804
CIE-Lab50.701629.0537-40.4346

#856abe color RGB value is (133,106,190).

#856abe hex color red value is 133, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #856abe hue: 0.72 , saturation: 0.39 and the lightness value of 856abe is 0.58.

The process color (four color CMYK) of #856abe color hex is 0.30, 0.44, 0.00, 0.25. Web safe color of #856abe is #9966cc. Color #856abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101010 10111110
Octal 205 152 276
Decimal 133 106 190
Hex 85 6A BE

RGB Percentages of Color #856abe

%31.00
%24.71
%44.29

CMYK Percentages of Color #856abe

%30
%44
%0
%25

Triadic Colors of #856abe

#856abe #be856a #6abe85

Analogous Colors of #856abe

#856abe #af6abe #6a79be

Monochromatic Colors of #856abe

#856abe

Complementary Color

#856abe #a3be6a

#856abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#856abe Color CSS Codes

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

#856abe Text Font Color

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

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


#856abe Background Color

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

This div background color is #856abe


#856abe Border Color

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

This div border color is #856abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856abe


Comments

No comments written yet.

Please login to write comment.