Color Hex Logo

#856ead Color Hex

#856EAD
(133,110,173)
0 Favorites   0 Comments

Color spaces of #856ead

RGB 133110173
HSL0.730.280.55
HSV262°36°68°
CMYK 0.230.360.00   0.32
XYZ22.791619.155542.0313
Yxy19.15550.27140.2281
Hunter Lab43.767016.3614-26.3018
CIE-Lab50.868622.4070-30.3337

#856ead color RGB value is (133,110,173).

#856ead hex color red value is 133, green value is 110 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #856ead hue: 0.73 , saturation: 0.28 and the lightness value of 856ead is 0.55.

The process color (four color CMYK) of #856ead color hex is 0.23, 0.36, 0.00, 0.32. Web safe color of #856ead is #996699. Color #856ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101110 10101101
Octal 205 156 255
Decimal 133 110 173
Hex 85 6E AD

RGB Percentages of Color #856ead

%31.97
%26.44
%41.59

CMYK Percentages of Color #856ead

%23
%36
%0
%32

Triadic Colors of #856ead

#856ead #ad856e #6ead85

Analogous Colors of #856ead

#856ead #a56ead #6e77ad

Monochromatic Colors of #856ead

#856ead

Complementary Color

#856ead #96ad6e

#856ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#856ead Color CSS Codes

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

#856ead Text Font Color

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

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


#856ead Background Color

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

This div background color is #856ead


#856ead Border Color

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

This div border color is #856ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856ead


Comments

No comments written yet.

Please login to write comment.