Color Hex Logo

#82535c Color Hex

#82535C
(130,83,92)
0 Favorites   0 Comments

Color spaces of #82535c

RGB 1308392
HSL0.970.220.42
HSV349°36°51°
CMYK 0.000.360.29   0.49
XYZ14.230911.705011.6345
Yxy11.70500.37880.3115
Hunter Lab34.212614.37603.7863
CIE-Lab40.743420.91862.9276

#82535c color RGB value is (130,83,92).

#82535c hex color red value is 130, green value is 83 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #82535c hue: 0.97 , saturation: 0.22 and the lightness value of 82535c is 0.42.

The process color (four color CMYK) of #82535c color hex is 0.00, 0.36, 0.29, 0.49. Web safe color of #82535c is #996666. Color #82535c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010011 01011100
Octal 202 123 134
Decimal 130 83 92
Hex 82 53 5C

RGB Percentages of Color #82535c

%42.62
%27.21
%30.16

CMYK Percentages of Color #82535c

%0
%36
%29
%49

Triadic Colors of #82535c

#82535c #5c8253 #535c82

Analogous Colors of #82535c

#82535c #826253 #825374

Monochromatic Colors of #82535c

#82535c

Complementary Color

#82535c #538279

#82535c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82535c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82535c Color CSS Codes

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

#82535c Text Font Color

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

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


#82535c Background Color

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

This div background color is #82535c


#82535c Border Color

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

This div border color is #82535c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,83,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82535c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82535c;
  -webkit-box-shadow: 1px 1px 3px 2px #82535c;
  box-shadow:         1px 1px 3px 2px #82535c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82535c


Comments

No comments written yet.

Please login to write comment.