Color Hex Logo

#82575f Color Hex

#82575F
(130,87,95)
0 Favorites   0 Comments

Color spaces of #82575f

RGB 1308795
HSL0.970.200.43
HSV349°33°51°
CMYK 0.000.330.27   0.49
XYZ14.679712.388412.4440
Yxy12.38840.37150.3135
Hunter Lab35.197212.85213.6760
CIE-Lab41.826919.01062.6438

#82575f color RGB value is (130,87,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010111 01011111
Octal 202 127 137
Decimal 130 87 95
Hex 82 57 5F

RGB Percentages of Color #82575f

%41.67
%27.88
%30.45

CMYK Percentages of Color #82575f

%0
%33
%27
%49

Triadic Colors of #82575f

#82575f #5f8257 #575f82

Analogous Colors of #82575f

#82575f #826557 #825775

Monochromatic Colors of #82575f

#82575f

Complementary Color

#82575f #57827a

#82575f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82575f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82575f Color CSS Codes

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

#82575f Text Font Color

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

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


#82575f Background Color

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

This div background color is #82575f


#82575f Border Color

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

This div border color is #82575f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82575f


Comments

No comments written yet.

Please login to write comment.