Color Hex Logo

#906caa Color Hex

#906CAA
(144,108,170)
0 Favorites   0 Comments

Color spaces of #906caa

RGB 144108170
HSL0.760.270.55
HSV275°36°67°
CMYK 0.150.360.00   0.33
XYZ24.119919.556740.5338
Yxy19.55670.28640.2322
Hunter Lab44.223019.9665-23.3879
CIE-Lab51.332326.3296-27.7839

#906caa color RGB value is (144,108,170).

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

The process color (four color CMYK) of #906caa color hex is 0.15, 0.36, 0.00, 0.33. Web safe color of #906caa is #996699. Color #906caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01101100 10101010
Octal 220 154 252
Decimal 144 108 170
Hex 90 6C AA

RGB Percentages of Color #906caa

%34.12
%25.59
%40.28

CMYK Percentages of Color #906caa

%15
%36
%0
%33

Triadic Colors of #906caa

#906caa #aa906c #6caa90

Analogous Colors of #906caa

#906caa #aa6ca5 #716caa

Monochromatic Colors of #906caa

#906caa

Complementary Color

#906caa #86aa6c

#906caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#906caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#906caa Color CSS Codes

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

#906caa Text Font Color

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

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


#906caa Background Color

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

This div background color is #906caa


#906caa Border Color

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

This div border color is #906caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #906caa


Comments

No comments written yet.

Please login to write comment.