Color Hex Logo

#9f3aab Color Hex

#9F3AAB
(159,58,171)
0 Favorites   0 Comments

Color spaces of #9f3aab

RGB 15958171
HSL0.820.490.45
HSV294°66°67°
CMYK 0.070.660.00   0.33
XYZ23.161813.337339.8817
Yxy13.33730.30320.1746
Hunter Lab36.520349.2974-39.1830
CIE-Lab43.267156.8449-40.9136

#9f3aab color RGB value is (159,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00111010 10101011
Octal 237 72 253
Decimal 159 58 171
Hex 9F 3A AB

RGB Percentages of Color #9f3aab

%40.98
%14.95
%44.07

CMYK Percentages of Color #9f3aab

%7
%66
%0
%33

Triadic Colors of #9f3aab

#9f3aab #ab9f3a #3aab9f

Analogous Colors of #9f3aab

#9f3aab #ab3a7f #673aab

Monochromatic Colors of #9f3aab

#9f3aab

Complementary Color

#9f3aab #46ab3a

#9f3aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f3aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f3aab Color CSS Codes

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

#9f3aab Text Font Color

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

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


#9f3aab Background Color

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

This div background color is #9f3aab


#9f3aab Border Color

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

This div border color is #9f3aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f3aab


Comments

No comments written yet.

Please login to write comment.