Color Hex Logo

#80536a Color Hex

#80536A
(128,83,106)
0 Favorites   0 Comments

Color spaces of #80536a

RGB 12883106
HSL0.910.210.41
HSV329°35°50°
CMYK 0.000.350.17   0.50
XYZ14.596911.816315.1471
Yxy11.81630.35120.2843
Hunter Lab34.374815.6421-2.0634
CIE-Lab40.922722.4027-5.4877

#80536a color RGB value is (128,83,106).

#80536a hex color red value is 128, green value is 83 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #80536a hue: 0.91 , saturation: 0.21 and the lightness value of 80536a is 0.41.

The process color (four color CMYK) of #80536a color hex is 0.00, 0.35, 0.17, 0.50. Web safe color of #80536a is #996666. Color #80536a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010011 01101010
Octal 200 123 152
Decimal 128 83 106
Hex 80 53 6A

RGB Percentages of Color #80536a

%40.38
%26.18
%33.44

CMYK Percentages of Color #80536a

%0
%35
%17
%50

Triadic Colors of #80536a

#80536a #6a8053 #536a80

Analogous Colors of #80536a

#80536a #805353 #805380

Monochromatic Colors of #80536a

#80536a

Complementary Color

#80536a #538069

#80536a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80536a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80536a Color CSS Codes

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

#80536a Text Font Color

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

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


#80536a Background Color

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

This div background color is #80536a


#80536a Border Color

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

This div border color is #80536a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,83,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80536a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80536a;
  -webkit-box-shadow: 1px 1px 3px 2px #80536a;
  box-shadow:         1px 1px 3px 2px #80536a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80536a


Comments

No comments written yet.

Please login to write comment.