Color Hex Logo

#83499d Color Hex

#83499D
(131,73,157)
0 Favorites   0 Comments

Color spaces of #83499d

RGB 13173157
HSL0.780.370.45
HSV281°54°62°
CMYK 0.170.540.00   0.38
XYZ17.828412.024733.2796
Yxy12.02470.28240.1905
Hunter Lab34.676631.0886-32.6277
CIE-Lab41.255339.4262-36.0051

#83499d color RGB value is (131,73,157).

#83499d hex color red value is 131, green value is 73 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #83499d hue: 0.78 , saturation: 0.37 and the lightness value of 83499d is 0.45.

The process color (four color CMYK) of #83499d color hex is 0.17, 0.54, 0.00, 0.38. Web safe color of #83499d is #993399. Color #83499d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001001 10011101
Octal 203 111 235
Decimal 131 73 157
Hex 83 49 9D

RGB Percentages of Color #83499d

%36.29
%20.22
%43.49

CMYK Percentages of Color #83499d

%17
%54
%0
%38

Triadic Colors of #83499d

#83499d #9d8349 #499d83

Analogous Colors of #83499d

#83499d #9d498d #59499d

Monochromatic Colors of #83499d

#83499d

Complementary Color

#83499d #639d49

#83499d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83499d Color Preview on White Background

Lorem ipsum dolor sit amet.

#83499d Color CSS Codes

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

#83499d Text Font Color

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

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


#83499d Background Color

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

This div background color is #83499d


#83499d Border Color

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

This div border color is #83499d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83499d


Comments

No comments written yet.

Please login to write comment.