Color Hex Logo

#80738d Color Hex

#80738D
(128,115,141)
0 Favorites   0 Comments

Color spaces of #80738d

RGB 128115141
HSL0.750.100.50
HSV270°18°55°
CMYK 0.090.180.00   0.45
XYZ19.840518.773727.7773
Yxy18.77370.29880.2828
Hunter Lab43.32865.9114-7.6798
CIE-Lab50.421410.3034-12.3254

#80738d color RGB value is (128,115,141).

#80738d hex color red value is 128, green value is 115 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #80738d hue: 0.75 , saturation: 0.10 and the lightness value of 80738d is 0.50.

The process color (four color CMYK) of #80738d color hex is 0.09, 0.18, 0.00, 0.45. Web safe color of #80738d is #996699. Color #80738d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110011 10001101
Octal 200 163 215
Decimal 128 115 141
Hex 80 73 8D

RGB Percentages of Color #80738d

%33.33
%29.95
%36.72

CMYK Percentages of Color #80738d

%9
%18
%0
%45

Triadic Colors of #80738d

#80738d #8d8073 #738d80

Analogous Colors of #80738d

#80738d #8d738d #73738d

Monochromatic Colors of #80738d

#80738d

Complementary Color

#80738d #808d73

#80738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80738d Color CSS Codes

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

#80738d Text Font Color

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

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


#80738d Background Color

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

This div background color is #80738d


#80738d Border Color

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

This div border color is #80738d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80738d


Comments

No comments written yet.

Please login to write comment.