Color Hex Logo

#9721ab Color Hex

#9721AB
(151,33,171)
0 Favorites   0 Comments

Color spaces of #9721ab

RGB 15133171
HSL0.810.680.40
HSV291°81°67°
CMYK 0.120.810.00   0.33
XYZ20.657010.607339.4867
Yxy10.60730.29200.1499
Hunter Lab32.568956.2193-49.0854
CIE-Lab38.911063.9311-47.9501

#9721ab color RGB value is (151,33,171).

#9721ab hex color red value is 151, green value is 33 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9721ab hue: 0.81 , saturation: 0.68 and the lightness value of 9721ab is 0.40.

The process color (four color CMYK) of #9721ab color hex is 0.12, 0.81, 0.00, 0.33. Web safe color of #9721ab is #993399. Color #9721ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00100001 10101011
Octal 227 41 253
Decimal 151 33 171
Hex 97 21 AB

RGB Percentages of Color #9721ab

%42.54
%9.30
%48.17

CMYK Percentages of Color #9721ab

%12
%81
%0
%33

Triadic Colors of #9721ab

#9721ab #ab9721 #21ab97

Analogous Colors of #9721ab

#9721ab #ab217a #5221ab

Monochromatic Colors of #9721ab

#9721ab

Complementary Color

#9721ab #35ab21

#9721ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9721ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9721ab Color CSS Codes

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

#9721ab Text Font Color

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

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


#9721ab Background Color

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

This div background color is #9721ab


#9721ab Border Color

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

This div border color is #9721ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,33,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 #9721ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9721ab


Comments

No comments written yet.

Please login to write comment.