Color Hex Logo

#82506f Color Hex

#82506F
(130,80,111)
0 Favorites   0 Comments

Color spaces of #82506f

RGB 13080111
HSL0.900.240.41
HSV323°38°51°
CMYK 0.000.380.15   0.49
XYZ14.943811.630816.4963
Yxy11.63080.34700.2700
Hunter Lab34.104018.5339-4.8062
CIE-Lab40.623225.7980-8.9938

#82506f color RGB value is (130,80,111).

#82506f hex color red value is 130, green value is 80 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #82506f hue: 0.90 , saturation: 0.24 and the lightness value of 82506f is 0.41.

The process color (four color CMYK) of #82506f color hex is 0.00, 0.38, 0.15, 0.49. Web safe color of #82506f is #996666. Color #82506f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010000 01101111
Octal 202 120 157
Decimal 130 80 111
Hex 82 50 6F

RGB Percentages of Color #82506f

%40.50
%24.92
%34.58

CMYK Percentages of Color #82506f

%0
%38
%15
%49

Triadic Colors of #82506f

#82506f #6f8250 #506f82

Analogous Colors of #82506f

#82506f #825056 #7c5082

Monochromatic Colors of #82506f

#82506f

Complementary Color

#82506f #508263

#82506f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82506f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82506f Color CSS Codes

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

#82506f Text Font Color

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

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


#82506f Background Color

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

This div background color is #82506f


#82506f Border Color

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

This div border color is #82506f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,80,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82506f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82506f;
  -webkit-box-shadow: 1px 1px 3px 2px #82506f;
  box-shadow:         1px 1px 3px 2px #82506f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82506f


Comments

No comments written yet.

Please login to write comment.