Color Hex Logo

#856483 Color Hex

#856483
(133,100,131)
0 Favorites   0 Comments

Color spaces of #856483

RGB 133100131
HSL0.840.140.46
HSV304°25°52°
CMYK 0.000.250.02   0.48
XYZ18.326815.739623.5448
Yxy15.73960.31810.2732
Hunter Lab39.673213.0291-7.4156
CIE-Lab46.631018.8980-12.0599

#856483 color RGB value is (133,100,131).

#856483 hex color red value is 133, green value is 100 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #856483 hue: 0.84 , saturation: 0.14 and the lightness value of 856483 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100100 10000011
Octal 205 144 203
Decimal 133 100 131
Hex 85 64 83

RGB Percentages of Color #856483

%36.54
%27.47
%35.99

CMYK Percentages of Color #856483

%0
%25
%2
%48

Triadic Colors of #856483

#856483 #838564 #648385

Analogous Colors of #856483

#856483 #856473 #776485

Monochromatic Colors of #856483

#856483

Complementary Color

#856483 #648566

#856483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856483 Color CSS Codes

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

#856483 Text Font Color

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

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


#856483 Background Color

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

This div background color is #856483


#856483 Border Color

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

This div border color is #856483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856483


Comments

No comments written yet.

Please login to write comment.