Color Hex Logo

#83518a Color Hex

#83518A
(131,81,138)
0 Favorites   0 Comments

Color spaces of #83518a

RGB 13181138
HSL0.810.260.43
HSV293°41°54°
CMYK 0.050.410.00   0.46
XYZ16.889912.545125.5760
Yxy12.54510.30700.2280
Hunter Lab35.419123.1360-18.0198
CIE-Lab42.069730.8032-23.2815

#83518a color RGB value is (131,81,138).

#83518a hex color red value is 131, green value is 81 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #83518a hue: 0.81 , saturation: 0.26 and the lightness value of 83518a is 0.43.

The process color (four color CMYK) of #83518a color hex is 0.05, 0.41, 0.00, 0.46. Web safe color of #83518a is #996699. Color #83518a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010001 10001010
Octal 203 121 212
Decimal 131 81 138
Hex 83 51 8A

RGB Percentages of Color #83518a

%37.43
%23.14
%39.43

CMYK Percentages of Color #83518a

%5
%41
%0
%46

Triadic Colors of #83518a

#83518a #8a8351 #518a83

Analogous Colors of #83518a

#83518a #8a5175 #67518a

Monochromatic Colors of #83518a

#83518a

Complementary Color

#83518a #588a51

#83518a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83518a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83518a Color CSS Codes

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

#83518a Text Font Color

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

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


#83518a Background Color

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

This div background color is #83518a


#83518a Border Color

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

This div border color is #83518a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83518a


Comments

No comments written yet.

Please login to write comment.