Color Hex Logo

#83396e Color Hex

#83396E
(131,57,110)
0 Favorites   0 Comments

Color spaces of #83396e

RGB 13157110
HSL0.880.390.37
HSV317°56°51°
CMYK 0.000.560.16   0.49
XYZ13.63778.877315.7466
Yxy8.87730.35640.2320
Hunter Lab29.794829.5623-10.4785
CIE-Lab35.747038.7133-15.7608

#83396e color RGB value is (131,57,110).

#83396e hex color red value is 131, green value is 57 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #83396e hue: 0.88 , saturation: 0.39 and the lightness value of 83396e is 0.37.

The process color (four color CMYK) of #83396e color hex is 0.00, 0.56, 0.16, 0.49. Web safe color of #83396e is #993366. Color #83396e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00111001 01101110
Octal 203 71 156
Decimal 131 57 110
Hex 83 39 6E

RGB Percentages of Color #83396e

%43.96
%19.13
%36.91

CMYK Percentages of Color #83396e

%0
%56
%16
%49

Triadic Colors of #83396e

#83396e #6e8339 #396e83

Analogous Colors of #83396e

#83396e #833949 #733983

Monochromatic Colors of #83396e

#83396e

Complementary Color

#83396e #39834e

#83396e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83396e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83396e Color CSS Codes

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

#83396e Text Font Color

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

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


#83396e Background Color

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

This div background color is #83396e


#83396e Border Color

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

This div border color is #83396e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83396e


Comments

No comments written yet.

Please login to write comment.