Color Hex Logo

#9220ab Color Hex

#9220AB
(146,32,171)
0 Favorites   0 Comments

Color spaces of #9220ab

RGB 14632171
HSL0.800.680.40
HSV289°81°67°
CMYK 0.150.810.00   0.33
XYZ19.721310.084339.4351
Yxy10.08430.28480.1456
Hunter Lab31.755855.2812-51.3987
CIE-Lab37.993363.2775-49.4703

#9220ab color RGB value is (146,32,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 00100000 10101011
Octal 222 40 253
Decimal 146 32 171
Hex 92 20 AB

RGB Percentages of Color #9220ab

%41.83
%9.17
%49.00

CMYK Percentages of Color #9220ab

%15
%81
%0
%33

Triadic Colors of #9220ab

#9220ab #ab9220 #20ab92

Analogous Colors of #9220ab

#9220ab #ab207f #4d20ab

Monochromatic Colors of #9220ab

#9220ab

Complementary Color

#9220ab #39ab20

#9220ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9220ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9220ab Color CSS Codes

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

#9220ab Text Font Color

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

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


#9220ab Background Color

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

This div background color is #9220ab


#9220ab Border Color

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

This div border color is #9220ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9220ab


Comments

No comments written yet.

Please login to write comment.