Color Hex Logo

#906dac Color Hex

#906DAC
(144,109,172)
0 Favorites   0 Comments

Color spaces of #906dac

RGB 144109172
HSL0.760.280.55
HSV273°37°67°
CMYK 0.160.370.00   0.33
XYZ24.416619.845141.5733
Yxy19.84510.28450.2312
Hunter Lab44.547819.8768-24.1476
CIE-Lab51.661626.2027-28.4356

#906dac color RGB value is (144,109,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101101 10101100
Octal 220 155 254
Decimal 144 109 172
Hex 90 6D AC

RGB Percentages of Color #906dac

%33.88
%25.65
%40.47

CMYK Percentages of Color #906dac

%16
%37
%0
%33

Triadic Colors of #906dac

#906dac #ac906d #6dac90

Analogous Colors of #906dac

#906dac #ac6da9 #716dac

Monochromatic Colors of #906dac

#906dac

Complementary Color

#906dac #89ac6d

#906dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#906dac Color CSS Codes

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

#906dac Text Font Color

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

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


#906dac Background Color

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

This div background color is #906dac


#906dac Border Color

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

This div border color is #906dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,109,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #906dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906dac


Comments

No comments written yet.

Please login to write comment.