Color Hex Logo

#9880ad Color Hex

#9880AD
(152,128,173)
0 Favorites   0 Comments

Color spaces of #9880ad

RGB 152128173
HSL0.760.220.59
HSV272°26°68°
CMYK 0.120.260.00   0.32
XYZ28.210925.130942.8990
Yxy25.13090.29310.2611
Hunter Lab50.130712.7215-15.6455
CIE-Lab57.202717.9968-20.4081

#9880ad color RGB value is (152,128,173).

#9880ad hex color red value is 152, green value is 128 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9880ad hue: 0.76 , saturation: 0.22 and the lightness value of 9880ad is 0.59.

The process color (four color CMYK) of #9880ad color hex is 0.12, 0.26, 0.00, 0.32. Web safe color of #9880ad is #999999. Color #9880ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000000 10101101
Octal 230 200 255
Decimal 152 128 173
Hex 98 80 AD

RGB Percentages of Color #9880ad

%33.55
%28.26
%38.19

CMYK Percentages of Color #9880ad

%12
%26
%0
%32

Triadic Colors of #9880ad

#9880ad #ad9880 #80ad98

Analogous Colors of #9880ad

#9880ad #ad80ac #8280ad

Monochromatic Colors of #9880ad

#9880ad

Complementary Color

#9880ad #95ad80

#9880ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9880ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9880ad Color CSS Codes

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

#9880ad Text Font Color

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

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


#9880ad Background Color

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

This div background color is #9880ad


#9880ad Border Color

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

This div border color is #9880ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,128,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9880ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9880ad;
  -webkit-box-shadow: 1px 1px 3px 2px #9880ad;
  box-shadow:         1px 1px 3px 2px #9880ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9880ad


Comments

No comments written yet.

Please login to write comment.