Color Hex Logo

#a80880 Color Hex

#A80880
(168,8,128)
0 Favorites   0 Comments

Color spaces of #a80880

RGB 1688128
HSL0.880.910.35
HSV315°95°66°
CMYK 0.000.950.24   0.34
XYZ20.131610.057021.3022
Yxy10.05700.39100.1953
Hunter Lab31.712857.8163-17.6275
CIE-Lab37.944565.5264-23.0973

#a80880 color RGB value is (168,8,128).

#a80880 hex color red value is 168, green value is 8 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a80880 hue: 0.88 , saturation: 0.91 and the lightness value of a80880 is 0.35.

The process color (four color CMYK) of #a80880 color hex is 0.00, 0.95, 0.24, 0.34. Web safe color of #a80880 is #990099. Color #a80880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00001000 10000000
Octal 250 10 200
Decimal 168 8 128
Hex A8 8 80

RGB Percentages of Color #a80880

%55.26
%2.63
%42.11

CMYK Percentages of Color #a80880

%0
%95
%24
%34

Triadic Colors of #a80880

#a80880 #80a808 #0880a8

Analogous Colors of #a80880

#a80880 #a80830 #8008a8

Monochromatic Colors of #a80880

#a80880

Complementary Color

#a80880 #08a830

#a80880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80880 Color CSS Codes

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

#a80880 Text Font Color

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

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


#a80880 Background Color

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

This div background color is #a80880


#a80880 Border Color

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

This div border color is #a80880


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,8,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a80880; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a80880;
  -webkit-box-shadow: 1px 1px 3px 2px #a80880;
  box-shadow:         1px 1px 3px 2px #a80880; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80880


Comments

No comments written yet.

Please login to write comment.