Color Hex Logo

#901cab Color Hex

#901CAB
(144,28,171)
0 Favorites   0 Comments

Color spaces of #901cab

RGB 14428171
HSL0.800.720.39
HSV289°84°67°
CMYK 0.160.840.00   0.33
XYZ19.26759.700139.3849
Yxy9.70010.28190.1419
Hunter Lab31.145055.9233-53.1747
CIE-Lab37.298763.9834-50.6073

#901cab color RGB value is (144,28,171).

#901cab hex color red value is 144, green value is 28 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #901cab hue: 0.80 , saturation: 0.72 and the lightness value of 901cab is 0.39.

The process color (four color CMYK) of #901cab color hex is 0.16, 0.84, 0.00, 0.33. Web safe color of #901cab is #993399. Color #901cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00011100 10101011
Octal 220 34 253
Decimal 144 28 171
Hex 90 1C AB

RGB Percentages of Color #901cab

%41.98
%8.16
%49.85

CMYK Percentages of Color #901cab

%16
%84
%0
%33

Triadic Colors of #901cab

#901cab #ab901c #1cab90

Analogous Colors of #901cab

#901cab #ab1c7f #481cab

Monochromatic Colors of #901cab

#901cab

Complementary Color

#901cab #37ab1c

#901cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#901cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#901cab Color CSS Codes

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

#901cab Text Font Color

<p style="color:#901cab">Text here</p>

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


#901cab Background Color

<div style="background-color:#901cab">
Div content here</div>

This div background color is #901cab


#901cab Border Color

<div style="border:3px solid #901cab">
Div here</div>

This div border color is #901cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #901cab


Comments

No comments written yet.

Please login to write comment.