Color Hex Logo

#9f01ab Color Hex

#9F01AB
(159,1,171)
0 Favorites   0 Comments

Color spaces of #9f01ab

RGB 1591171
HSL0.820.990.34
HSV296°99°67°
CMYK 0.070.990.00   0.33
XYZ21.659610.332939.3809
Yxy10.33290.30350.1448
Hunter Lab32.144864.0222-50.1353
CIE-Lab38.433470.7768-48.6461

#9f01ab color RGB value is (159,1,171).

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

The process color (four color CMYK) of #9f01ab color hex is 0.07, 0.99, 0.00, 0.33. Web safe color of #9f01ab is #990099. Color #9f01ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00000001 10101011
Octal 237 1 253
Decimal 159 1 171
Hex 9F 1 AB

RGB Percentages of Color #9f01ab

%48.04
%0.30
%51.66

CMYK Percentages of Color #9f01ab

%7
%99
%0
%33

Triadic Colors of #9f01ab

#9f01ab #ab9f01 #01ab9f

Analogous Colors of #9f01ab

#9f01ab #ab0162 #4a01ab

Monochromatic Colors of #9f01ab

#9f01ab

Complementary Color

#9f01ab #0dab01

#9f01ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f01ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f01ab Color CSS Codes

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

#9f01ab Text Font Color

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

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


#9f01ab Background Color

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

This div background color is #9f01ab


#9f01ab Border Color

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

This div border color is #9f01ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f01ab


Comments

No comments written yet.

Please login to write comment.