Color Hex Logo

#904daa Color Hex

#904DAA
(144,77,170)
0 Favorites   0 Comments

Color spaces of #904daa

RGB 14477170
HSL0.790.380.48
HSV283°55°67°
CMYK 0.150.550.00   0.33
XYZ21.411214.139339.6309
Yxy14.13930.28480.1881
Hunter Lab37.602335.8362-36.1671
CIE-Lab44.432043.7486-38.6045

#904daa color RGB value is (144,77,170).

#904daa hex color red value is 144, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #904daa hue: 0.79 , saturation: 0.38 and the lightness value of 904daa is 0.48.

The process color (four color CMYK) of #904daa color hex is 0.15, 0.55, 0.00, 0.33. Web safe color of #904daa is #996699. Color #904daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01001101 10101010
Octal 220 115 252
Decimal 144 77 170
Hex 90 4D AA

RGB Percentages of Color #904daa

%36.83
%19.69
%43.48

CMYK Percentages of Color #904daa

%15
%55
%0
%33

Triadic Colors of #904daa

#904daa #aa904d #4daa90

Analogous Colors of #904daa

#904daa #aa4d96 #624daa

Monochromatic Colors of #904daa

#904daa

Complementary Color

#904daa #67aa4d

#904daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#904daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#904daa Color CSS Codes

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

#904daa Text Font Color

<p style="color:#904daa">Text here</p>

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


#904daa Background Color

<div style="background-color:#904daa">
Div content here</div>

This div background color is #904daa


#904daa Border Color

<div style="border:3px solid #904daa">
Div here</div>

This div border color is #904daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #904daa


Comments

No comments written yet.

Please login to write comment.