Color Hex Logo

#825c71 Color Hex

#825C71
(130,92,113)
0 Favorites   0 Comments

Color spaces of #825c71

RGB 13092113
HSL0.910.170.44
HSV327°29°51°
CMYK 0.000.290.13   0.49
XYZ16.013713.592417.4024
Yxy13.59240.34070.2891
Hunter Lab36.867913.0134-2.1786
CIE-Lab43.642619.0757-5.7054

#825c71 color RGB value is (130,92,113).

#825c71 hex color red value is 130, green value is 92 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #825c71 hue: 0.91 , saturation: 0.17 and the lightness value of 825c71 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011100 01110001
Octal 202 134 161
Decimal 130 92 113
Hex 82 5C 71

RGB Percentages of Color #825c71

%38.81
%27.46
%33.73

CMYK Percentages of Color #825c71

%0
%29
%13
%49

Triadic Colors of #825c71

#825c71 #71825c #5c7182

Analogous Colors of #825c71

#825c71 #825c5e #805c82

Monochromatic Colors of #825c71

#825c71

Complementary Color

#825c71 #5c826d

#825c71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825c71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825c71 Color CSS Codes

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

#825c71 Text Font Color

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

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


#825c71 Background Color

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

This div background color is #825c71


#825c71 Border Color

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

This div border color is #825c71


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,92,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 #825c71">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825c71


Comments

No comments written yet.

Please login to write comment.