Color Hex Logo

#906cab Color Hex

#906CAB
(144,108,171)
0 Favorites   0 Comments

Color spaces of #906cab

RGB 144108171
HSL0.760.270.55
HSV274°37°67°
CMYK 0.160.370.00   0.33
XYZ24.214819.594741.0340
Yxy19.59470.28540.2310
Hunter Lab44.265920.1796-23.9750
CIE-Lab51.375826.5564-28.2982

#906cab color RGB value is (144,108,171).

#906cab hex color red value is 144, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #906cab hue: 0.76 , saturation: 0.27 and the lightness value of 906cab is 0.55.

The process color (four color CMYK) of #906cab color hex is 0.16, 0.37, 0.00, 0.33. Web safe color of #906cab is #996699. Color #906cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101100 10101011
Octal 220 154 253
Decimal 144 108 171
Hex 90 6C AB

RGB Percentages of Color #906cab

%34.04
%25.53
%40.43

CMYK Percentages of Color #906cab

%16
%37
%0
%33

Triadic Colors of #906cab

#906cab #ab906c #6cab90

Analogous Colors of #906cab

#906cab #ab6ca7 #716cab

Monochromatic Colors of #906cab

#906cab

Complementary Color

#906cab #87ab6c

#906cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#906cab Color CSS Codes

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

#906cab Text Font Color

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

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


#906cab Background Color

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

This div background color is #906cab


#906cab Border Color

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

This div border color is #906cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906cab


Comments

No comments written yet.

Please login to write comment.