Color Hex Logo

#82728a Color Hex

#82728A
(130,114,138)
0 Favorites   0 Comments

Color spaces of #82728a

RGB 130114138
HSL0.780.100.49
HSV280°17°54°
CMYK 0.060.170.00   0.46
XYZ19.810718.615426.5938
Yxy18.61540.30470.2863
Hunter Lab43.14566.4552-6.3429
CIE-Lab50.234210.9618-10.8204

#82728a color RGB value is (130,114,138).

#82728a hex color red value is 130, green value is 114 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #82728a hue: 0.78 , saturation: 0.10 and the lightness value of 82728a is 0.49.

The process color (four color CMYK) of #82728a color hex is 0.06, 0.17, 0.00, 0.46. Web safe color of #82728a is #996699. Color #82728a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01110010 10001010
Octal 202 162 212
Decimal 130 114 138
Hex 82 72 8A

RGB Percentages of Color #82728a

%34.03
%29.84
%36.13

CMYK Percentages of Color #82728a

%6
%17
%0
%46

Triadic Colors of #82728a

#82728a #8a8272 #728a82

Analogous Colors of #82728a

#82728a #8a7286 #76728a

Monochromatic Colors of #82728a

#82728a

Complementary Color

#82728a #7a8a72

#82728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82728a Color CSS Codes

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

#82728a Text Font Color

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

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


#82728a Background Color

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

This div background color is #82728a


#82728a Border Color

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

This div border color is #82728a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,114,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82728a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82728a;
  -webkit-box-shadow: 1px 1px 3px 2px #82728a;
  box-shadow:         1px 1px 3px 2px #82728a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82728a


Comments

No comments written yet.

Please login to write comment.