Color Hex Logo

#82576c Color Hex

#82576C
(130,87,108)
0 Favorites   0 Comments

Color spaces of #82576c

RGB 13087108
HSL0.920.200.43
HSV331°33°51°
CMYK 0.000.330.17   0.49
XYZ15.320912.644915.8206
Yxy12.64490.34990.2888
Hunter Lab35.559714.6774-1.4865
CIE-Lab42.223321.1524-4.7590

#82576c color RGB value is (130,87,108).

#82576c hex color red value is 130, green value is 87 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #82576c hue: 0.92 , saturation: 0.20 and the lightness value of 82576c is 0.43.

The process color (four color CMYK) of #82576c color hex is 0.00, 0.33, 0.17, 0.49. Web safe color of #82576c is #996666. Color #82576c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010111 01101100
Octal 202 127 154
Decimal 130 87 108
Hex 82 57 6C

RGB Percentages of Color #82576c

%40.00
%26.77
%33.23

CMYK Percentages of Color #82576c

%0
%33
%17
%49

Triadic Colors of #82576c

#82576c #6c8257 #576c82

Analogous Colors of #82576c

#82576c #825857 #825782

Monochromatic Colors of #82576c

#82576c

Complementary Color

#82576c #57826d

#82576c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82576c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82576c Color CSS Codes

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

#82576c Text Font Color

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

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


#82576c Background Color

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

This div background color is #82576c


#82576c Border Color

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

This div border color is #82576c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82576c


Comments

No comments written yet.

Please login to write comment.