Color Hex Logo

#900cab Color Hex

#900CAB
(144,12,171)
0 Favorites   0 Comments

Color spaces of #900cab

RGB 14412171
HSL0.810.870.36
HSV290°93°67°
CMYK 0.160.930.00   0.33
XYZ18.98389.132539.2903
Yxy9.13250.28160.1355
Hunter Lab30.220059.2462-55.9314
CIE-Lab36.238267.1060-52.3217

#900cab color RGB value is (144,12,171).

#900cab hex color red value is 144, green value is 12 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #900cab hue: 0.81 , saturation: 0.87 and the lightness value of 900cab is 0.36.

The process color (four color CMYK) of #900cab color hex is 0.16, 0.93, 0.00, 0.33. Web safe color of #900cab is #990099. Color #900cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00001100 10101011
Octal 220 14 253
Decimal 144 12 171
Hex 90 C AB

RGB Percentages of Color #900cab

%44.04
%3.67
%52.29

CMYK Percentages of Color #900cab

%16
%93
%0
%33

Triadic Colors of #900cab

#900cab #ab900c #0cab90

Analogous Colors of #900cab

#900cab #ab0c77 #410cab

Monochromatic Colors of #900cab

#900cab

Complementary Color

#900cab #27ab0c

#900cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#900cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#900cab Color CSS Codes

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

#900cab Text Font Color

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

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


#900cab Background Color

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

This div background color is #900cab


#900cab Border Color

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

This div border color is #900cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #900cab


Comments

No comments written yet.

Please login to write comment.