Color Hex Logo

#80518f Color Hex

#80518F
(128,81,143)
0 Favorites   0 Comments

Color spaces of #80518f

RGB 12881143
HSL0.790.280.44
HSV285°43°56°
CMYK 0.100.430.00   0.44
XYZ16.802412.457227.5055
Yxy12.45720.29600.2195
Hunter Lab35.294823.2108-21.4989
CIE-Lab41.933730.9029-26.5442

#80518f color RGB value is (128,81,143).

#80518f hex color red value is 128, green value is 81 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #80518f hue: 0.79 , saturation: 0.28 and the lightness value of 80518f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010001 10001111
Octal 200 121 217
Decimal 128 81 143
Hex 80 51 8F

RGB Percentages of Color #80518f

%36.36
%23.01
%40.63

CMYK Percentages of Color #80518f

%10
%43
%0
%44

Triadic Colors of #80518f

#80518f #8f8051 #518f80

Analogous Colors of #80518f

#80518f #8f517f #61518f

Monochromatic Colors of #80518f

#80518f

Complementary Color

#80518f #608f51

#80518f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80518f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80518f Color CSS Codes

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

#80518f Text Font Color

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

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


#80518f Background Color

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

This div background color is #80518f


#80518f Border Color

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

This div border color is #80518f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80518f


Comments

No comments written yet.

Please login to write comment.