Color Hex Logo

#82665a Color Hex

#82665A
(130,102,90)
0 Favorites   0 Comments

Color spaces of #82665a

RGB 13010290
HSL0.050.180.43
HSV18°31°51°
CMYK 0.000.220.31   0.49
XYZ15.802814.986811.7327
Yxy14.98680.37160.3524
Hunter Lab38.71285.11749.1299
CIE-Lab45.61619.351611.0627

#82665a color RGB value is (130,102,90).

#82665a hex color red value is 130, green value is 102 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #82665a hue: 0.05 , saturation: 0.18 and the lightness value of 82665a is 0.43.

The process color (four color CMYK) of #82665a color hex is 0.00, 0.22, 0.31, 0.49. Web safe color of #82665a is #996666. Color #82665a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01100110 01011010
Octal 202 146 132
Decimal 130 102 90
Hex 82 66 5A

RGB Percentages of Color #82665a

%40.37
%31.68
%27.95

CMYK Percentages of Color #82665a

%0
%22
%31
%49

Triadic Colors of #82665a

#82665a #5a8266 #665a82

Analogous Colors of #82665a

#82665a #827a5a #825a62

Monochromatic Colors of #82665a

#82665a

Complementary Color

#82665a #5a7682

#82665a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82665a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82665a Color CSS Codes

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

#82665a Text Font Color

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

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


#82665a Background Color

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

This div background color is #82665a


#82665a Border Color

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

This div border color is #82665a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,102,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82665a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82665a;
  -webkit-box-shadow: 1px 1px 3px 2px #82665a;
  box-shadow:         1px 1px 3px 2px #82665a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82665a


Comments

No comments written yet.

Please login to write comment.