Color Hex Logo

#826f8a Color Hex

#826F8A
(130,111,138)
0 Favorites   0 Comments

Color spaces of #826f8a

RGB 130111138
HSL0.780.110.49
HSV282°20°54°
CMYK 0.060.200.00   0.46
XYZ19.477817.949726.4828
Yxy17.94970.30480.2809
Hunter Lab42.36717.9210-7.4040
CIE-Lab49.435012.7364-12.0241

#826f8a color RGB value is (130,111,138).

#826f8a hex color red value is 130, green value is 111 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #826f8a hue: 0.78 , saturation: 0.11 and the lightness value of 826f8a is 0.49.

The process color (four color CMYK) of #826f8a color hex is 0.06, 0.20, 0.00, 0.46. Web safe color of #826f8a is #996699. Color #826f8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01101111 10001010
Octal 202 157 212
Decimal 130 111 138
Hex 82 6F 8A

RGB Percentages of Color #826f8a

%34.30
%29.29
%36.41

CMYK Percentages of Color #826f8a

%6
%20
%0
%46

Triadic Colors of #826f8a

#826f8a #8a826f #6f8a82

Analogous Colors of #826f8a

#826f8a #8a6f85 #756f8a

Monochromatic Colors of #826f8a

#826f8a

Complementary Color

#826f8a #778a6f

#826f8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#826f8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#826f8a Color CSS Codes

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

#826f8a Text Font Color

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

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


#826f8a Background Color

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

This div background color is #826f8a


#826f8a Border Color

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

This div border color is #826f8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #826f8a


Comments

No comments written yet.

Please login to write comment.