Color Hex Logo

#80547d Color Hex

#80547D
(128,84,125)
0 Favorites   0 Comments

Color spaces of #80547d

RGB 12884125
HSL0.840.210.42
HSV304°34°50°
CMYK 0.000.340.02   0.50
XYZ15.774112.410520.9661
Yxy12.41050.32090.2525
Hunter Lab35.228518.2761-10.6262
CIE-Lab41.861225.3698-15.7305

#80547d color RGB value is (128,84,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010100 01111101
Octal 200 124 175
Decimal 128 84 125
Hex 80 54 7D

RGB Percentages of Color #80547d

%37.98
%24.93
%37.09

CMYK Percentages of Color #80547d

%0
%34
%2
%50

Triadic Colors of #80547d

#80547d #7d8054 #547d80

Analogous Colors of #80547d

#80547d #805467 #6d5480

Monochromatic Colors of #80547d

#80547d

Complementary Color

#80547d #548057

#80547d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80547d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80547d Color CSS Codes

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

#80547d Text Font Color

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

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


#80547d Background Color

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

This div background color is #80547d


#80547d Border Color

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

This div border color is #80547d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80547d


Comments

No comments written yet.

Please login to write comment.