Color Hex Logo

#82076e Color Hex

#82076E
(130,7,110)
0 Favorites   0 Comments

Color spaces of #82076e

RGB 1307110
HSL0.860.900.27
HSV310°95°51°
CMYK 0.000.950.15   0.49
XYZ12.09646.023615.2770
Yxy6.02360.36220.1804
Hunter Lab24.543045.0261-19.7254
CIE-Lab29.471955.5030-25.5258

#82076e color RGB value is (130,7,110).

#82076e hex color red value is 130, green value is 7 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #82076e hue: 0.86 , saturation: 0.90 and the lightness value of 82076e is 0.27.

The process color (four color CMYK) of #82076e color hex is 0.00, 0.95, 0.15, 0.49. Web safe color of #82076e is #990066. Color #82076e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000111 01101110
Octal 202 7 156
Decimal 130 7 110
Hex 82 7 6E

RGB Percentages of Color #82076e

%52.63
%2.83
%44.53

CMYK Percentages of Color #82076e

%0
%95
%15
%49

Triadic Colors of #82076e

#82076e #6e8207 #076e82

Analogous Colors of #82076e

#82076e #820730 #590782

Monochromatic Colors of #82076e

#82076e

Complementary Color

#82076e #07821b

#82076e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82076e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82076e Color CSS Codes

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

#82076e Text Font Color

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

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


#82076e Background Color

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

This div background color is #82076e


#82076e Border Color

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

This div border color is #82076e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,7,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 #82076e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82076e


Comments

No comments written yet.

Please login to write comment.