Color Hex Logo

#856182 Color Hex

#856182
(133,97,130)
0 Favorites   0 Comments

Color spaces of #856182

RGB 13397130
HSL0.850.160.45
HSV305°27°52°
CMYK 0.000.270.02   0.48
XYZ17.976815.147623.0954
Yxy15.14760.31980.2694
Hunter Lab38.919914.3379-7.9392
CIE-Lab45.835720.4753-12.6624

#856182 color RGB value is (133,97,130).

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

The process color (four color CMYK) of #856182 color hex is 0.00, 0.27, 0.02, 0.48. Web safe color of #856182 is #996699. Color #856182 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100001 10000010
Octal 205 141 202
Decimal 133 97 130
Hex 85 61 82

RGB Percentages of Color #856182

%36.94
%26.94
%36.11

CMYK Percentages of Color #856182

%0
%27
%2
%48

Triadic Colors of #856182

#856182 #828561 #618285

Analogous Colors of #856182

#856182 #856170 #766185

Monochromatic Colors of #856182

#856182

Complementary Color

#856182 #618564

#856182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856182 Color CSS Codes

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

#856182 Text Font Color

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

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


#856182 Background Color

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

This div background color is #856182


#856182 Border Color

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

This div border color is #856182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856182


Comments

No comments written yet.

Please login to write comment.