Color Hex Logo

#80738f Color Hex

#80738F
(128,115,143)
0 Favorites   0 Comments

Color spaces of #80738f

RGB 128115143
HSL0.740.110.51
HSV268°20°56°
CMYK 0.100.200.00   0.44
XYZ19.990718.833828.5683
Yxy18.83380.29660.2795
Hunter Lab43.39796.2774-8.6513
CIE-Lab50.492210.7448-13.3961

#80738f color RGB value is (128,115,143).

#80738f hex color red value is 128, green value is 115 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #80738f hue: 0.74 , saturation: 0.11 and the lightness value of 80738f is 0.51.

The process color (four color CMYK) of #80738f color hex is 0.10, 0.20, 0.00, 0.44. Web safe color of #80738f is #996699. Color #80738f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110011 10001111
Octal 200 163 217
Decimal 128 115 143
Hex 80 73 8F

RGB Percentages of Color #80738f

%33.16
%29.79
%37.05

CMYK Percentages of Color #80738f

%10
%20
%0
%44

Triadic Colors of #80738f

#80738f #8f8073 #738f80

Analogous Colors of #80738f

#80738f #8e738f #73748f

Monochromatic Colors of #80738f

#80738f

Complementary Color

#80738f #828f73

#80738f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80738f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80738f Color CSS Codes

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

#80738f Text Font Color

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

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


#80738f Background Color

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

This div background color is #80738f


#80738f Border Color

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

This div border color is #80738f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80738f


Comments

No comments written yet.

Please login to write comment.