Color Hex Logo

#80526d Color Hex

#80526D
(128,82,109)
0 Favorites   0 Comments

Color spaces of #80526d

RGB 12882109
HSL0.900.220.41
HSV325°36°50°
CMYK 0.000.360.15   0.50
XYZ14.679711.727915.9580
Yxy11.72790.34650.2768
Hunter Lab34.246016.5842-3.6558
CIE-Lab40.780423.5214-7.5503

#80526d color RGB value is (128,82,109).

#80526d hex color red value is 128, green value is 82 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #80526d hue: 0.90 , saturation: 0.22 and the lightness value of 80526d is 0.41.

The process color (four color CMYK) of #80526d color hex is 0.00, 0.36, 0.15, 0.50. Web safe color of #80526d is #996666. Color #80526d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010010 01101101
Octal 200 122 155
Decimal 128 82 109
Hex 80 52 6D

RGB Percentages of Color #80526d

%40.13
%25.71
%34.17

CMYK Percentages of Color #80526d

%0
%36
%15
%50

Triadic Colors of #80526d

#80526d #6d8052 #526d80

Analogous Colors of #80526d

#80526d #805256 #7c5280

Monochromatic Colors of #80526d

#80526d

Complementary Color

#80526d #528065

#80526d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80526d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80526d Color CSS Codes

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

#80526d Text Font Color

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

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


#80526d Background Color

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

This div background color is #80526d


#80526d Border Color

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

This div border color is #80526d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,82,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80526d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80526d;
  -webkit-box-shadow: 1px 1px 3px 2px #80526d;
  box-shadow:         1px 1px 3px 2px #80526d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,82,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80526d


Comments

No comments written yet.

Please login to write comment.