Color Hex Logo

#9007ab Color Hex

#9007AB
(144,7,171)
0 Favorites   0 Comments

Color spaces of #9007ab

RGB 1447171
HSL0.810.920.35
HSV290°96°67°
CMYK 0.160.960.00   0.33
XYZ18.92839.021539.2718
Yxy9.02150.28160.1342
Hunter Lab30.035859.9264-56.4966
CIE-Lab36.025767.7368-52.6657

#9007ab color RGB value is (144,7,171).

#9007ab hex color red value is 144, green value is 7 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9007ab hue: 0.81 , saturation: 0.92 and the lightness value of 9007ab is 0.35.

The process color (four color CMYK) of #9007ab color hex is 0.16, 0.96, 0.00, 0.33. Web safe color of #9007ab is #990099. Color #9007ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00000111 10101011
Octal 220 7 253
Decimal 144 7 171
Hex 90 7 AB

RGB Percentages of Color #9007ab

%44.72
%2.17
%53.11

CMYK Percentages of Color #9007ab

%16
%96
%0
%33

Triadic Colors of #9007ab

#9007ab #ab9007 #07ab90

Analogous Colors of #9007ab

#9007ab #ab0774 #3e07ab

Monochromatic Colors of #9007ab

#9007ab

Complementary Color

#9007ab #22ab07

#9007ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9007ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9007ab Color CSS Codes

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

#9007ab Text Font Color

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

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


#9007ab Background Color

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

This div background color is #9007ab


#9007ab Border Color

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

This div border color is #9007ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9007ab


Comments

No comments written yet.

Please login to write comment.