Color Hex Logo

#827171 Color Hex

#827171
(130,113,113)
0 Favorites   0 Comments

Color spaces of #827171

RGB 130113113
HSL0.000.070.48
HSV13°51°
CMYK 0.000.130.13   0.49
XYZ18.091717.748318.0950
Yxy17.74830.33540.3291
Hunter Lab42.12872.92954.0241
CIE-Lab49.18946.62992.4368

#827171 color RGB value is (130,113,113).

#827171 hex color red value is 130, green value is 113 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #827171 hue: 0.00 , saturation: 0.07 and the lightness value of 827171 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110001 01110001
Octal 202 161 161
Decimal 130 113 113
Hex 82 71 71

RGB Percentages of Color #827171

%36.52
%31.74
%31.74

CMYK Percentages of Color #827171

%0
%13
%13
%49

Triadic Colors of #827171

#827171 #718271 #717182

Analogous Colors of #827171

#827171 #827a71 #82717a

Monochromatic Colors of #827171

#827171

Complementary Color

#827171 #718282

#827171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827171 Color CSS Codes

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

#827171 Text Font Color

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

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


#827171 Background Color

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

This div background color is #827171


#827171 Border Color

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

This div border color is #827171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827171


Comments

No comments written yet.

Please login to write comment.