Color Hex Logo

#906aab Color Hex

#906AAB
(144,106,171)
0 Favorites   0 Comments

Color spaces of #906aab

RGB 144106171
HSL0.760.280.54
HSV275°38°67°
CMYK 0.160.380.00   0.33
XYZ24.006319.177640.9645
Yxy19.17760.28530.2279
Hunter Lab43.792221.2148-24.8070
CIE-Lab50.894327.7194-29.0467

#906aab color RGB value is (144,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101010 10101011
Octal 220 152 253
Decimal 144 106 171
Hex 90 6A AB

RGB Percentages of Color #906aab

%34.20
%25.18
%40.62

CMYK Percentages of Color #906aab

%16
%38
%0
%33

Triadic Colors of #906aab

#906aab #ab906a #6aab90

Analogous Colors of #906aab

#906aab #ab6aa6 #706aab

Monochromatic Colors of #906aab

#906aab

Complementary Color

#906aab #85ab6a

#906aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#906aab Color CSS Codes

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

#906aab Text Font Color

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

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


#906aab Background Color

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

This div background color is #906aab


#906aab Border Color

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

This div border color is #906aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906aab


Comments

No comments written yet.

Please login to write comment.