Color Hex Logo

#856186 Color Hex

#856186
(133,97,134)
0 Favorites   0 Comments

Color spaces of #856186

RGB 13397134
HSL0.830.160.45
HSV298°28°53°
CMYK 0.010.280.00   0.47
XYZ18.250615.257224.5373
Yxy15.25720.31440.2629
Hunter Lab39.060515.0465-9.9029
CIE-Lab45.984521.2838-14.8381

#856186 color RGB value is (133,97,134).

#856186 hex color red value is 133, green value is 97 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #856186 hue: 0.83 , saturation: 0.16 and the lightness value of 856186 is 0.45.

The process color (four color CMYK) of #856186 color hex is 0.01, 0.28, 0.00, 0.47. Web safe color of #856186 is #996699. Color #856186 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100001 10000110
Octal 205 141 206
Decimal 133 97 134
Hex 85 61 86

RGB Percentages of Color #856186

%36.54
%26.65
%36.81

CMYK Percentages of Color #856186

%1
%28
%0
%47

Triadic Colors of #856186

#856186 #868561 #618685

Analogous Colors of #856186

#856186 #866175 #736186

Monochromatic Colors of #856186

#856186

Complementary Color

#856186 #628661

#856186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856186 Color CSS Codes

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

#856186 Text Font Color

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

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


#856186 Background Color

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

This div background color is #856186


#856186 Border Color

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

This div border color is #856186


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,97,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #856186; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #856186;
  -webkit-box-shadow: 1px 1px 3px 2px #856186;
  box-shadow:         1px 1px 3px 2px #856186; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856186


Comments

No comments written yet.

Please login to write comment.