Color Hex Logo

#83166d Color Hex

#83166D
(131,22,109)
0 Favorites   0 Comments

Color spaces of #83166d

RGB 13122109
HSL0.870.710.30
HSV312°83°51°
CMYK 0.000.830.17   0.49
XYZ12.40736.503215.0693
Yxy6.50320.36510.1914
Hunter Lab25.501442.2190-17.1848
CIE-Lab30.648152.5699-23.0248

#83166d color RGB value is (131,22,109).

#83166d hex color red value is 131, green value is 22 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #83166d hue: 0.87 , saturation: 0.71 and the lightness value of 83166d is 0.30.

The process color (four color CMYK) of #83166d color hex is 0.00, 0.83, 0.17, 0.49. Web safe color of #83166d is #990066. Color #83166d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010110 01101101
Octal 203 26 155
Decimal 131 22 109
Hex 83 16 6D

RGB Percentages of Color #83166d

%50.00
%8.40
%41.60

CMYK Percentages of Color #83166d

%0
%83
%17
%49

Triadic Colors of #83166d

#83166d #6d8316 #166d83

Analogous Colors of #83166d

#83166d #831637 #631683

Monochromatic Colors of #83166d

#83166d

Complementary Color

#83166d #16832c

#83166d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83166d Color Preview on White Background

Lorem ipsum dolor sit amet.

#83166d Color CSS Codes

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

#83166d Text Font Color

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

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


#83166d Background Color

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

This div background color is #83166d


#83166d Border Color

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

This div border color is #83166d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83166d


Comments

No comments written yet.

Please login to write comment.