Color Hex Logo

#80527d Color Hex

#80527D
(128,82,125)
0 Favorites   0 Comments

Color spaces of #80527d

RGB 12882125
HSL0.840.220.41
HSV304°36°50°
CMYK 0.000.360.02   0.50
XYZ15.621112.104420.9151
Yxy12.10440.32120.2489
Hunter Lab34.791419.2604-11.2887
CIE-Lab41.381626.5461-16.4638

#80527d color RGB value is (128,82,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010010 01111101
Octal 200 122 175
Decimal 128 82 125
Hex 80 52 7D

RGB Percentages of Color #80527d

%38.21
%24.48
%37.31

CMYK Percentages of Color #80527d

%0
%36
%2
%50

Triadic Colors of #80527d

#80527d #7d8052 #527d80

Analogous Colors of #80527d

#80527d #805266 #6c5280

Monochromatic Colors of #80527d

#80527d

Complementary Color

#80527d #528055

#80527d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80527d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80527d Color CSS Codes

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

#80527d Text Font Color

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

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


#80527d Background Color

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

This div background color is #80527d


#80527d Border Color

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

This div border color is #80527d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,82,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 #80527d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80527d


Comments

No comments written yet.

Please login to write comment.