Color Hex Logo

#83499e Color Hex

#83499E
(131,73,158)
0 Favorites   0 Comments

Color spaces of #83499e

RGB 13173158
HSL0.780.370.45
HSV281°54°62°
CMYK 0.170.540.00   0.38
XYZ17.914212.059033.7312
Yxy12.05900.28120.1893
Hunter Lab34.726131.3125-33.2831
CIE-Lab41.309739.6502-36.5180

#83499e color RGB value is (131,73,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001001 10011110
Octal 203 111 236
Decimal 131 73 158
Hex 83 49 9E

RGB Percentages of Color #83499e

%36.19
%20.17
%43.65

CMYK Percentages of Color #83499e

%17
%54
%0
%38

Triadic Colors of #83499e

#83499e #9e8349 #499e83

Analogous Colors of #83499e

#83499e #9e498f #58499e

Monochromatic Colors of #83499e

#83499e

Complementary Color

#83499e #649e49

#83499e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83499e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83499e Color CSS Codes

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

#83499e Text Font Color

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

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


#83499e Background Color

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

This div background color is #83499e


#83499e Border Color

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

This div border color is #83499e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83499e


Comments

No comments written yet.

Please login to write comment.