Color Hex Logo

#906dad Color Hex

#906DAD
(144,109,173)
0 Favorites   0 Comments

Color spaces of #906dad

RGB 144109173
HSL0.760.280.55
HSV273°37°68°
CMYK 0.170.370.00   0.32
XYZ24.513119.883742.0811
Yxy19.88370.28350.2299
Hunter Lab44.591120.0924-24.7388
CIE-Lab51.705526.4319-28.9484

#906dad color RGB value is (144,109,173).

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

The process color (four color CMYK) of #906dad color hex is 0.17, 0.37, 0.00, 0.32. Web safe color of #906dad is #996699. Color #906dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101101 10101101
Octal 220 155 255
Decimal 144 109 173
Hex 90 6D AD

RGB Percentages of Color #906dad

%33.80
%25.59
%40.61

CMYK Percentages of Color #906dad

%17
%37
%0
%32

Triadic Colors of #906dad

#906dad #ad906d #6dad90

Analogous Colors of #906dad

#906dad #ad6daa #706dad

Monochromatic Colors of #906dad

#906dad

Complementary Color

#906dad #8aad6d

#906dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#906dad Color CSS Codes

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

#906dad Text Font Color

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

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


#906dad Background Color

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

This div background color is #906dad


#906dad Border Color

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

This div border color is #906dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906dad


Comments

No comments written yet.

Please login to write comment.