Color Hex Logo

#82163c Color Hex

#82163C
(130,22,60)
0 Favorites   0 Comments

Color spaces of #82163c

RGB 1302260
HSL0.940.710.30
HSV339°83°51°
CMYK 0.000.830.54   0.49
XYZ10.30845.64594.8214
Yxy5.64590.49620.2718
Hunter Lab23.761135.85764.6022
CIE-Lab28.500946.63035.9690

#82163c color RGB value is (130,22,60).

#82163c hex color red value is 130, green value is 22 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #82163c hue: 0.94 , saturation: 0.71 and the lightness value of 82163c is 0.30.

The process color (four color CMYK) of #82163c color hex is 0.00, 0.83, 0.54, 0.49. Web safe color of #82163c is #990033. Color #82163c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010110 00111100
Octal 202 26 74
Decimal 130 22 60
Hex 82 16 3C

RGB Percentages of Color #82163c

%61.32
%10.38
%28.30

CMYK Percentages of Color #82163c

%0
%83
%54
%49

Triadic Colors of #82163c

#82163c #3c8216 #163c82

Analogous Colors of #82163c

#82163c #822616 #821672

Monochromatic Colors of #82163c

#82163c

Complementary Color

#82163c #16825c

#82163c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82163c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82163c Color CSS Codes

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

#82163c Text Font Color

<p style="color:#82163c">Text here</p>

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


#82163c Background Color

<div style="background-color:#82163c">
Div content here</div>

This div background color is #82163c


#82163c Border Color

<div style="border:3px solid #82163c">
Div here</div>

This div border color is #82163c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,22,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82163c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82163c;
  -webkit-box-shadow: 1px 1px 3px 2px #82163c;
  box-shadow:         1px 1px 3px 2px #82163c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82163c


Comments

No comments written yet.

Please login to write comment.