Color Hex Logo

#820060 Color Hex

#820060
(130,0,96)
0 Favorites   0 Comments

Color spaces of #820060

RGB 130096
HSL0.881.000.25
HSV316°100°51°
CMYK 0.001.000.26   0.49
XYZ11.31725.590411.5489
Yxy5.59040.39770.1965
Hunter Lab23.644044.0619-12.4093
CIE-Lab28.354654.7984-18.1989

#820060 color RGB value is (130,0,96).

#820060 hex color red value is 130, green value is 0 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #820060 hue: 0.88 , saturation: 1.00 and the lightness value of 820060 is 0.25.

The process color (four color CMYK) of #820060 color hex is 0.00, 1.00, 0.26, 0.49. Web safe color of #820060 is #990066. Color #820060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000000 01100000
Octal 202 0 140
Decimal 130 0 96
Hex 82 0 60

RGB Percentages of Color #820060

%57.52
%0.00
%42.48

CMYK Percentages of Color #820060

%0
%100
%26
%49

Triadic Colors of #820060

#820060 #608200 #006082

Analogous Colors of #820060

#820060 #82001f #630082

Monochromatic Colors of #820060

#820060

Complementary Color

#820060 #008222

#820060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#820060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#820060 Color CSS Codes

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

#820060 Text Font Color

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

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


#820060 Background Color

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

This div background color is #820060


#820060 Border Color

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

This div border color is #820060


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,0,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #820060; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #820060;
  -webkit-box-shadow: 1px 1px 3px 2px #820060;
  box-shadow:         1px 1px 3px 2px #820060; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #820060


Comments

No comments written yet.

Please login to write comment.