Color Hex Logo

#83506c Color Hex

#83506C
(131,80,108)
0 Favorites   0 Comments

Color spaces of #83506c

RGB 13180108
HSL0.910.240.41
HSV327°39°51°
CMYK 0.000.390.18   0.49
XYZ14.935511.645315.6479
Yxy11.64530.35370.2758
Hunter Lab34.125218.4046-3.2994
CIE-Lab40.646725.6466-7.0932

#83506c color RGB value is (131,80,108).

#83506c hex color red value is 131, green value is 80 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #83506c hue: 0.91 , saturation: 0.24 and the lightness value of 83506c is 0.41.

The process color (four color CMYK) of #83506c color hex is 0.00, 0.39, 0.18, 0.49. Web safe color of #83506c is #996666. Color #83506c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010000 01101100
Octal 203 120 154
Decimal 131 80 108
Hex 83 50 6C

RGB Percentages of Color #83506c

%41.07
%25.08
%33.86

CMYK Percentages of Color #83506c

%0
%39
%18
%49

Triadic Colors of #83506c

#83506c #6c8350 #506c83

Analogous Colors of #83506c

#83506c #835053 #815083

Monochromatic Colors of #83506c

#83506c

Complementary Color

#83506c #508367

#83506c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83506c Color Preview on White Background

Lorem ipsum dolor sit amet.

#83506c Color CSS Codes

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

#83506c Text Font Color

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

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


#83506c Background Color

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

This div background color is #83506c


#83506c Border Color

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

This div border color is #83506c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,80,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83506c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83506c;
  -webkit-box-shadow: 1px 1px 3px 2px #83506c;
  box-shadow:         1px 1px 3px 2px #83506c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83506c


Comments

No comments written yet.

Please login to write comment.