Color Hex Logo

#9883aa Color Hex

#9883AA
(152,131,170)
0 Favorites   0 Comments

Color spaces of #9883aa

RGB 152131170
HSL0.760.190.59
HSV272°23°67°
CMYK 0.110.230.00   0.33
XYZ28.320925.810341.5194
Yxy25.81030.29610.2698
Hunter Lab50.803810.5992-12.8920
CIE-Lab57.856515.6116-17.6920

#9883aa color RGB value is (152,131,170).

#9883aa hex color red value is 152, green value is 131 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9883aa hue: 0.76 , saturation: 0.19 and the lightness value of 9883aa is 0.59.

The process color (four color CMYK) of #9883aa color hex is 0.11, 0.23, 0.00, 0.33. Web safe color of #9883aa is #999999. Color #9883aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000011 10101010
Octal 230 203 252
Decimal 152 131 170
Hex 98 83 AA

RGB Percentages of Color #9883aa

%33.55
%28.92
%37.53

CMYK Percentages of Color #9883aa

%11
%23
%0
%33

Triadic Colors of #9883aa

#9883aa #aa9883 #83aa98

Analogous Colors of #9883aa

#9883aa #aa83a9 #8583aa

Monochromatic Colors of #9883aa

#9883aa

Complementary Color

#9883aa #95aa83

#9883aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9883aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9883aa Color CSS Codes

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

#9883aa Text Font Color

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

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


#9883aa Background Color

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

This div background color is #9883aa


#9883aa Border Color

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

This div border color is #9883aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,131,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9883aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9883aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9883aa;
  box-shadow:         1px 1px 3px 2px #9883aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9883aa


Comments

No comments written yet.

Please login to write comment.