Color Hex Logo

#827570 Color Hex

#827570
(130,117,112)
0 Favorites   0 Comments

Color spaces of #827570

RGB 130117112
HSL0.050.070.47
HSV17°14°51°
CMYK 0.000.100.14   0.49
XYZ18.491818.638317.9522
Yxy18.63830.33570.3384
Hunter Lab43.17210.90535.5660
CIE-Lab50.26134.11434.5750

#827570 color RGB value is (130,117,112).

#827570 hex color red value is 130, green value is 117 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #827570 hue: 0.05 , saturation: 0.07 and the lightness value of 827570 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110101 01110000
Octal 202 165 160
Decimal 130 117 112
Hex 82 75 70

RGB Percentages of Color #827570

%36.21
%32.59
%31.20

CMYK Percentages of Color #827570

%0
%10
%14
%49

Triadic Colors of #827570

#827570 #708275 #757082

Analogous Colors of #827570

#827570 #827e70 #827074

Monochromatic Colors of #827570

#827570

Complementary Color

#827570 #707d82

#827570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#827570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#827570 Color CSS Codes

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

#827570 Text Font Color

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

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


#827570 Background Color

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

This div background color is #827570


#827570 Border Color

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

This div border color is #827570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #827570


Comments

No comments written yet.

Please login to write comment.