Color Hex Logo

#9004ab Color Hex

#9004AB
(144,4,171)
0 Favorites   0 Comments

Color spaces of #9004ab

RGB 1444171
HSL0.810.950.34
HSV290°98°67°
CMYK 0.160.980.00   0.33
XYZ18.89578.956439.2609
Yxy8.95640.28160.1335
Hunter Lab29.927260.3301-56.8322
CIE-Lab35.900268.1098-52.8688

#9004ab color RGB value is (144,4,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 00000100 10101011
Octal 220 4 253
Decimal 144 4 171
Hex 90 4 AB

RGB Percentages of Color #9004ab

%45.14
%1.25
%53.61

CMYK Percentages of Color #9004ab

%16
%98
%0
%33

Triadic Colors of #9004ab

#9004ab #ab9004 #04ab90

Analogous Colors of #9004ab

#9004ab #ab0473 #3d04ab

Monochromatic Colors of #9004ab

#9004ab

Complementary Color

#9004ab #1fab04

#9004ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9004ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9004ab Color CSS Codes

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

#9004ab Text Font Color

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

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


#9004ab Background Color

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

This div background color is #9004ab


#9004ab Border Color

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

This div border color is #9004ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9004ab


Comments

No comments written yet.

Please login to write comment.