Color Hex Logo

#825759 Color Hex

#825759
(130,87,89)
0 Favorites   0 Comments

Color spaces of #825759

RGB 1308789
HSL0.990.200.43
HSV357°33°51°
CMYK 0.000.330.32   0.49
XYZ14.417312.283511.0623
Yxy12.28350.38180.3253
Hunter Lab35.047812.09425.8195
CIE-Lab41.663218.10806.0956

#825759 color RGB value is (130,87,89).

#825759 hex color red value is 130, green value is 87 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #825759 hue: 0.99 , saturation: 0.20 and the lightness value of 825759 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010111 01011001
Octal 202 127 131
Decimal 130 87 89
Hex 82 57 59

RGB Percentages of Color #825759

%42.48
%28.43
%29.08

CMYK Percentages of Color #825759

%0
%33
%32
%49

Triadic Colors of #825759

#825759 #598257 #575982

Analogous Colors of #825759

#825759 #826b57 #82576f

Monochromatic Colors of #825759

#825759

Complementary Color

#825759 #578280

#825759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825759 Color CSS Codes

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

#825759 Text Font Color

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

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


#825759 Background Color

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

This div background color is #825759


#825759 Border Color

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

This div border color is #825759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825759


Comments

No comments written yet.

Please login to write comment.