Color Hex Logo

#9421ab Color Hex

#9421AB
(148,33,171)
0 Favorites   0 Comments

Color spaces of #9421ab

RGB 14833171
HSL0.810.680.40
HSV290°81°67°
CMYK 0.130.810.00   0.33
XYZ20.107310.323939.4610
Yxy10.32390.28770.1477
Hunter Lab32.130855.4754-50.3246
CIE-Lab38.417663.3675-48.7699

#9421ab color RGB value is (148,33,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 00100001 10101011
Octal 224 41 253
Decimal 148 33 171
Hex 94 21 AB

RGB Percentages of Color #9421ab

%42.05
%9.38
%48.58

CMYK Percentages of Color #9421ab

%13
%81
%0
%33

Triadic Colors of #9421ab

#9421ab #ab9421 #21ab94

Analogous Colors of #9421ab

#9421ab #ab217d #4f21ab

Monochromatic Colors of #9421ab

#9421ab

Complementary Color

#9421ab #38ab21

#9421ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9421ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9421ab Color CSS Codes

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

#9421ab Text Font Color

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

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


#9421ab Background Color

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

This div background color is #9421ab


#9421ab Border Color

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

This div border color is #9421ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9421ab


Comments

No comments written yet.

Please login to write comment.