Color Hex Logo

#82566e Color Hex

#82566E
(130,86,110)
0 Favorites   0 Comments

Color spaces of #82566e

RGB 13086110
HSL0.910.200.42
HSV327°34°51°
CMYK 0.000.340.15   0.49
XYZ15.348212.527216.3609
Yxy12.52720.34700.2832
Hunter Lab35.393815.4658-2.6314
CIE-Lab42.042022.0950-6.2550

#82566e color RGB value is (130,86,110).

#82566e hex color red value is 130, green value is 86 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #82566e hue: 0.91 , saturation: 0.20 and the lightness value of 82566e is 0.42.

The process color (four color CMYK) of #82566e color hex is 0.00, 0.34, 0.15, 0.49. Web safe color of #82566e is #996666. Color #82566e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010110 01101110
Octal 202 126 156
Decimal 130 86 110
Hex 82 56 6E

RGB Percentages of Color #82566e

%39.88
%26.38
%33.74

CMYK Percentages of Color #82566e

%0
%34
%15
%49

Triadic Colors of #82566e

#82566e #6e8256 #566e82

Analogous Colors of #82566e

#82566e #825658 #805682

Monochromatic Colors of #82566e

#82566e

Complementary Color

#82566e #56826a

#82566e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82566e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82566e Color CSS Codes

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

#82566e Text Font Color

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

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


#82566e Background Color

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

This div background color is #82566e


#82566e Border Color

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

This div border color is #82566e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82566e


Comments

No comments written yet.

Please login to write comment.