Color Hex Logo

#80729d Color Hex

#80729D
(128,114,157)
0 Favorites   0 Comments

Color spaces of #80729d

RGB 128114157
HSL0.720.180.53
HSV260°27°62°
CMYK 0.180.270.00   0.38
XYZ21.005219.058134.4698
Yxy19.05810.28180.2557
Hunter Lab43.65569.4893-16.2556
CIE-Lab50.755114.5587-21.2135

#80729d color RGB value is (128,114,157).

#80729d hex color red value is 128, green value is 114 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #80729d hue: 0.72 , saturation: 0.18 and the lightness value of 80729d is 0.53.

The process color (four color CMYK) of #80729d color hex is 0.18, 0.27, 0.00, 0.38. Web safe color of #80729d is #996699. Color #80729d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110010 10011101
Octal 200 162 235
Decimal 128 114 157
Hex 80 72 9D

RGB Percentages of Color #80729d

%32.08
%28.57
%39.35

CMYK Percentages of Color #80729d

%18
%27
%0
%38

Triadic Colors of #80729d

#80729d #9d8072 #729d80

Analogous Colors of #80729d

#80729d #96729d #727a9d

Monochromatic Colors of #80729d

#80729d

Complementary Color

#80729d #8f9d72

#80729d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80729d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80729d Color CSS Codes

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

#80729d Text Font Color

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

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


#80729d Background Color

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

This div background color is #80729d


#80729d Border Color

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

This div border color is #80729d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80729d


Comments

No comments written yet.

Please login to write comment.