Color Hex Logo

#83717e Color Hex

#83717E
(131,113,126)
0 Favorites   0 Comments

Color spaces of #83717e

RGB 131113126
HSL0.880.070.48
HSV317°14°51°
CMYK 0.000.140.04   0.49
XYZ19.031118.141922.2374
Yxy18.14190.32030.3054
Hunter Lab42.59335.2172-1.1392
CIE-Lab49.66789.4623-4.5596

#83717e color RGB value is (131,113,126).

#83717e hex color red value is 131, green value is 113 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #83717e hue: 0.88 , saturation: 0.07 and the lightness value of 83717e is 0.48.

The process color (four color CMYK) of #83717e color hex is 0.00, 0.14, 0.04, 0.49. Web safe color of #83717e is #996666. Color #83717e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110001 01111110
Octal 203 161 176
Decimal 131 113 126
Hex 83 71 7E

RGB Percentages of Color #83717e

%35.41
%30.54
%34.05

CMYK Percentages of Color #83717e

%0
%14
%4
%49

Triadic Colors of #83717e

#83717e #7e8371 #717e83

Analogous Colors of #83717e

#83717e #837175 #7f7183

Monochromatic Colors of #83717e

#83717e

Complementary Color

#83717e #718376

#83717e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83717e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83717e Color CSS Codes

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

#83717e Text Font Color

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

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


#83717e Background Color

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

This div background color is #83717e


#83717e Border Color

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

This div border color is #83717e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,113,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83717e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83717e;
  -webkit-box-shadow: 1px 1px 3px 2px #83717e;
  box-shadow:         1px 1px 3px 2px #83717e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83717e


Comments

No comments written yet.

Please login to write comment.