Color Hex Logo

#904cad Color Hex

#904CAD
(144,76,173)
0 Favorites   0 Comments

Color spaces of #904cad

RGB 14476173
HSL0.780.390.49
HSV282°56°68°
CMYK 0.170.560.00   0.32
XYZ21.628914.115341.1197
Yxy14.11530.28140.1836
Hunter Lab37.570337.0127-38.5920
CIE-Lab44.397844.9237-40.4297

#904cad color RGB value is (144,76,173).

#904cad hex color red value is 144, green value is 76 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #904cad hue: 0.78 , saturation: 0.39 and the lightness value of 904cad is 0.49.

The process color (four color CMYK) of #904cad color hex is 0.17, 0.56, 0.00, 0.32. Web safe color of #904cad is #993399. Color #904cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01001100 10101101
Octal 220 114 255
Decimal 144 76 173
Hex 90 4C AD

RGB Percentages of Color #904cad

%36.64
%19.34
%44.02

CMYK Percentages of Color #904cad

%17
%56
%0
%32

Triadic Colors of #904cad

#904cad #ad904c #4cad90

Analogous Colors of #904cad

#904cad #ad4c9a #604cad

Monochromatic Colors of #904cad

#904cad

Complementary Color

#904cad #69ad4c

#904cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#904cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#904cad Color CSS Codes

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

#904cad Text Font Color

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

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


#904cad Background Color

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

This div background color is #904cad


#904cad Border Color

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

This div border color is #904cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #904cad


Comments

No comments written yet.

Please login to write comment.