Color Hex Logo

#826860 Color Hex

#826860
(130,104,96)
0 Favorites   0 Comments

Color spaces of #826860

RGB 13010496
HSL0.040.150.44
HSV14°26°51°
CMYK 0.000.200.26   0.49
XYZ16.267615.491013.1990
Yxy15.49100.36180.3446
Hunter Lab39.35864.89967.6680
CIE-Lab46.29959.07558.4307

#826860 color RGB value is (130,104,96).

#826860 hex color red value is 130, green value is 104 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #826860 hue: 0.04 , saturation: 0.15 and the lightness value of 826860 is 0.44.

The process color (four color CMYK) of #826860 color hex is 0.00, 0.20, 0.26, 0.49. Web safe color of #826860 is #996666. Color #826860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101000 01100000
Octal 202 150 140
Decimal 130 104 96
Hex 82 68 60

RGB Percentages of Color #826860

%39.39
%31.52
%29.09

CMYK Percentages of Color #826860

%0
%20
%26
%49

Triadic Colors of #826860

#826860 #608268 #686082

Analogous Colors of #826860

#826860 #827960 #826069

Monochromatic Colors of #826860

#826860

Complementary Color

#826860 #607a82

#826860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#826860 Color CSS Codes

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

#826860 Text Font Color

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

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


#826860 Background Color

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

This div background color is #826860


#826860 Border Color

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

This div border color is #826860


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,104,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #826860; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #826860;
  -webkit-box-shadow: 1px 1px 3px 2px #826860;
  box-shadow:         1px 1px 3px 2px #826860; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826860

#826860 Color Palettes


Comments

No comments written yet.

Please login to write comment.