Color Hex Logo

#827786 Color Hex

#827786
(130,119,134)
0 Favorites   0 Comments

Color spaces of #827786

RGB 130119134
HSL0.790.060.50
HSV284°11°53°
CMYK 0.030.110.00   0.47
XYZ20.105819.660725.2895
Yxy19.66070.30910.3022
Hunter Lab44.34043.3437-2.7777
CIE-Lab51.45147.1798-6.6436

#827786 color RGB value is (130,119,134).

#827786 hex color red value is 130, green value is 119 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #827786 hue: 0.79 , saturation: 0.06 and the lightness value of 827786 is 0.50.

The process color (four color CMYK) of #827786 color hex is 0.03, 0.11, 0.00, 0.47. Web safe color of #827786 is #996699. Color #827786 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110111 10000110
Octal 202 167 206
Decimal 130 119 134
Hex 82 77 86

RGB Percentages of Color #827786

%33.94
%31.07
%34.99

CMYK Percentages of Color #827786

%3
%11
%0
%47

Triadic Colors of #827786

#827786 #868277 #778682

Analogous Colors of #827786

#827786 #867783 #7b7786

Monochromatic Colors of #827786

#827786

Complementary Color

#827786 #7b8677

#827786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827786 Color CSS Codes

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

#827786 Text Font Color

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

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


#827786 Background Color

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

This div background color is #827786


#827786 Border Color

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

This div border color is #827786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827786


Comments

No comments written yet.

Please login to write comment.