Color Hex Logo

#9f21ab Color Hex

#9F21AB
(159,33,171)
0 Favorites   0 Comments

Color spaces of #9f21ab

RGB 15933171
HSL0.820.680.40
HSV295°81°67°
CMYK 0.070.810.00   0.33
XYZ22.192611.398939.5586
Yxy11.39890.30340.1558
Hunter Lab33.762358.2476-45.8354
CIE-Lab40.244465.4558-45.7378

#9f21ab color RGB value is (159,33,171).

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

The process color (four color CMYK) of #9f21ab color hex is 0.07, 0.81, 0.00, 0.33. Web safe color of #9f21ab is #993399. Color #9f21ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00100001 10101011
Octal 237 41 253
Decimal 159 33 171
Hex 9F 21 AB

RGB Percentages of Color #9f21ab

%43.80
%9.09
%47.11

CMYK Percentages of Color #9f21ab

%7
%81
%0
%33

Triadic Colors of #9f21ab

#9f21ab #ab9f21 #21ab9f

Analogous Colors of #9f21ab

#9f21ab #ab2172 #5a21ab

Monochromatic Colors of #9f21ab

#9f21ab

Complementary Color

#9f21ab #2dab21

#9f21ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f21ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f21ab Color CSS Codes

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

#9f21ab Text Font Color

<p style="color:#9f21ab">Text here</p>

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


#9f21ab Background Color

<div style="background-color:#9f21ab">
Div content here</div>

This div background color is #9f21ab


#9f21ab Border Color

<div style="border:3px solid #9f21ab">
Div here</div>

This div border color is #9f21ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f21ab


Comments

No comments written yet.

Please login to write comment.