Color Hex Logo

#9883ab Color Hex

#9883AB
(152,131,171)
0 Favorites   0 Comments

Color spaces of #9883ab

RGB 152131171
HSL0.750.190.59
HSV272°23°67°
CMYK 0.110.230.00   0.33
XYZ28.415925.848342.0196
Yxy25.84830.29510.2685
Hunter Lab50.841210.7941-13.4135
CIE-Lab57.892815.8284-18.2096

#9883ab color RGB value is (152,131,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000011 10101011
Octal 230 203 253
Decimal 152 131 171
Hex 98 83 AB

RGB Percentages of Color #9883ab

%33.48
%28.85
%37.67

CMYK Percentages of Color #9883ab

%11
%23
%0
%33

Triadic Colors of #9883ab

#9883ab #ab9883 #83ab98

Analogous Colors of #9883ab

#9883ab #ab83aa #8483ab

Monochromatic Colors of #9883ab

#9883ab

Complementary Color

#9883ab #96ab83

#9883ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9883ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9883ab Color CSS Codes

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

#9883ab Text Font Color

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

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


#9883ab Background Color

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

This div background color is #9883ab


#9883ab Border Color

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

This div border color is #9883ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9883ab


Comments

No comments written yet.

Please login to write comment.