Color Hex Logo

#906fad Color Hex

#906FAD
(144,111,173)
0 Favorites   0 Comments

Color spaces of #906fad

RGB 144111173
HSL0.760.270.56
HSV272°36°68°
CMYK 0.170.360.00   0.32
XYZ24.728920.315342.1531
Yxy20.31530.28360.2330
Hunter Lab45.072519.0567-23.8990
CIE-Lab52.191825.2667-28.1928

#906fad color RGB value is (144,111,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101111 10101101
Octal 220 157 255
Decimal 144 111 173
Hex 90 6F AD

RGB Percentages of Color #906fad

%33.64
%25.93
%40.42

CMYK Percentages of Color #906fad

%17
%36
%0
%32

Triadic Colors of #906fad

#906fad #ad906f #6fad90

Analogous Colors of #906fad

#906fad #ad6fab #716fad

Monochromatic Colors of #906fad

#906fad

Complementary Color

#906fad #8cad6f

#906fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#906fad Color CSS Codes

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

#906fad Text Font Color

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

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


#906fad Background Color

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

This div background color is #906fad


#906fad Border Color

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

This div border color is #906fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906fad


Comments

No comments written yet.

Please login to write comment.