Color Hex Logo

#856eaf Color Hex

#856EAF
(133,110,175)
0 Favorites   0 Comments

Color spaces of #856eaf

RGB 133110175
HSL0.730.290.56
HSV261°37°69°
CMYK 0.240.370.00   0.31
XYZ22.986719.233643.0584
Yxy19.23360.26950.2255
Hunter Lab43.856116.8106-27.5122
CIE-Lab50.959422.8996-31.3539

#856eaf color RGB value is (133,110,175).

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

The process color (four color CMYK) of #856eaf color hex is 0.24, 0.37, 0.00, 0.31. Web safe color of #856eaf is #996699. Color #856eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101110 10101111
Octal 205 156 257
Decimal 133 110 175
Hex 85 6E AF

RGB Percentages of Color #856eaf

%31.82
%26.32
%41.87

CMYK Percentages of Color #856eaf

%24
%37
%0
%31

Triadic Colors of #856eaf

#856eaf #af856e #6eaf85

Analogous Colors of #856eaf

#856eaf #a66eaf #6e78af

Monochromatic Colors of #856eaf

#856eaf

Complementary Color

#856eaf #98af6e

#856eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#856eaf Color CSS Codes

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

#856eaf Text Font Color

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

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


#856eaf Background Color

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

This div background color is #856eaf


#856eaf Border Color

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

This div border color is #856eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856eaf


Comments

No comments written yet.

Please login to write comment.