Color Hex Logo

#83517c Color Hex

#83517C
(131,81,124)
0 Favorites   0 Comments

Color spaces of #83517c

RGB 13181124
HSL0.860.240.42
HSV308°38°51°
CMYK 0.000.380.05   0.49
XYZ15.940612.165420.5768
Yxy12.16540.32740.2499
Hunter Lab34.878920.5411-10.5628
CIE-Lab41.477827.9860-15.6723

#83517c color RGB value is (131,81,124).

#83517c hex color red value is 131, green value is 81 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #83517c hue: 0.86 , saturation: 0.24 and the lightness value of 83517c is 0.42.

The process color (four color CMYK) of #83517c color hex is 0.00, 0.38, 0.05, 0.49. Web safe color of #83517c is #996666. Color #83517c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010001 01111100
Octal 203 121 174
Decimal 131 81 124
Hex 83 51 7C

RGB Percentages of Color #83517c

%38.99
%24.11
%36.90

CMYK Percentages of Color #83517c

%0
%38
%5
%49

Triadic Colors of #83517c

#83517c #7c8351 #517c83

Analogous Colors of #83517c

#83517c #835163 #715183

Monochromatic Colors of #83517c

#83517c

Complementary Color

#83517c #518358

#83517c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83517c Color Preview on White Background

Lorem ipsum dolor sit amet.

#83517c Color CSS Codes

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

#83517c Text Font Color

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

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


#83517c Background Color

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

This div background color is #83517c


#83517c Border Color

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

This div border color is #83517c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83517c


Comments

No comments written yet.

Please login to write comment.