Color Hex Logo

#82757d Color Hex

#82757D
(130,117,125)
0 Favorites   0 Comments

Color spaces of #82757d

RGB 130117125
HSL0.900.050.48
HSV323°10°51°
CMYK 0.000.100.04   0.49
XYZ19.268918.949122.0440
Yxy18.94910.31980.3144
Hunter Lab43.53062.83490.4468
CIE-Lab50.62766.5384-2.5623

#82757d color RGB value is (130,117,125).

#82757d hex color red value is 130, green value is 117 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #82757d hue: 0.90 , saturation: 0.05 and the lightness value of 82757d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110101 01111101
Octal 202 165 175
Decimal 130 117 125
Hex 82 75 7D

RGB Percentages of Color #82757d

%34.95
%31.45
%33.60

CMYK Percentages of Color #82757d

%0
%10
%4
%49

Triadic Colors of #82757d

#82757d #7d8275 #757d82

Analogous Colors of #82757d

#82757d #827577 #817582

Monochromatic Colors of #82757d

#82757d

Complementary Color

#82757d #75827a

#82757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82757d Color CSS Codes

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

#82757d Text Font Color

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

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


#82757d Background Color

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

This div background color is #82757d


#82757d Border Color

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

This div border color is #82757d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82757d

#82757d Color Palettes


Comments

No comments written yet.

Please login to write comment.