Color Hex Logo

#904dab Color Hex

#904DAB
(144,77,171)
0 Favorites   0 Comments

Color spaces of #904dab

RGB 14477171
HSL0.790.380.49
HSV283°55°67°
CMYK 0.160.550.00   0.33
XYZ21.506214.177340.1311
Yxy14.17730.28370.1870
Hunter Lab37.652836.0619-36.8356
CIE-Lab44.486143.9647-39.1095

#904dab color RGB value is (144,77,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01001101 10101011
Octal 220 115 253
Decimal 144 77 171
Hex 90 4D AB

RGB Percentages of Color #904dab

%36.73
%19.64
%43.62

CMYK Percentages of Color #904dab

%16
%55
%0
%33

Triadic Colors of #904dab

#904dab #ab904d #4dab90

Analogous Colors of #904dab

#904dab #ab4d97 #614dab

Monochromatic Colors of #904dab

#904dab

Complementary Color

#904dab #68ab4d

#904dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#904dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#904dab Color CSS Codes

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

#904dab Text Font Color

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

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


#904dab Background Color

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

This div background color is #904dab


#904dab Border Color

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

This div border color is #904dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #904dab


Comments

No comments written yet.

Please login to write comment.