Color Hex Logo

#83687d Color Hex

#83687D
(131,104,125)
0 Favorites   0 Comments

Color spaces of #83687d

RGB 131104125
HSL0.870.110.46
HSV313°21°51°
CMYK 0.000.210.05   0.49
XYZ18.012116.206621.5809
Yxy16.20660.32280.2904
Hunter Lab40.25749.4145-3.6035
CIE-Lab47.244414.5911-7.5673

#83687d color RGB value is (131,104,125).

#83687d hex color red value is 131, green value is 104 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #83687d hue: 0.87 , saturation: 0.11 and the lightness value of 83687d is 0.46.

The process color (four color CMYK) of #83687d color hex is 0.00, 0.21, 0.05, 0.49. Web safe color of #83687d is #996666. Color #83687d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101000 01111101
Octal 203 150 175
Decimal 131 104 125
Hex 83 68 7D

RGB Percentages of Color #83687d

%36.39
%28.89
%34.72

CMYK Percentages of Color #83687d

%0
%21
%5
%49

Triadic Colors of #83687d

#83687d #7d8368 #687d83

Analogous Colors of #83687d

#83687d #836870 #7c6883

Monochromatic Colors of #83687d

#83687d

Complementary Color

#83687d #68836e

#83687d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83687d Color Preview on White Background

Lorem ipsum dolor sit amet.

#83687d Color CSS Codes

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

#83687d Text Font Color

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

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


#83687d Background Color

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

This div background color is #83687d


#83687d Border Color

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

This div border color is #83687d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,104,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83687d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83687d;
  -webkit-box-shadow: 1px 1px 3px 2px #83687d;
  box-shadow:         1px 1px 3px 2px #83687d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83687d


Comments

No comments written yet.

Please login to write comment.