Color Hex Logo

#994dad Color Hex

#994DAD
(153,77,173)
0 Favorites   0 Comments

Color spaces of #994dad

RGB 15377173
HSL0.800.380.49
HSV288°55°68°
CMYK 0.120.550.00   0.32
XYZ23.333615.097241.2194
Yxy15.09720.29300.1895
Hunter Lab38.855139.1979-35.6991
CIE-Lab45.767046.8397-38.1858

#994dad color RGB value is (153,77,173).

#994dad hex color red value is 153, green value is 77 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #994dad hue: 0.80 , saturation: 0.38 and the lightness value of 994dad is 0.49.

The process color (four color CMYK) of #994dad color hex is 0.12, 0.55, 0.00, 0.32. Web safe color of #994dad is #996699. Color #994dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001101 10101101
Octal 231 115 255
Decimal 153 77 173
Hex 99 4D AD

RGB Percentages of Color #994dad

%37.97
%19.11
%42.93

CMYK Percentages of Color #994dad

%12
%55
%0
%32

Triadic Colors of #994dad

#994dad #ad994d #4dad99

Analogous Colors of #994dad

#994dad #ad4d91 #694dad

Monochromatic Colors of #994dad

#994dad

Complementary Color

#994dad #61ad4d

#994dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#994dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#994dad Color CSS Codes

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

#994dad Text Font Color

<p style="color:#994dad">Text here</p>

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


#994dad Background Color

<div style="background-color:#994dad">
Div content here</div>

This div background color is #994dad


#994dad Border Color

<div style="border:3px solid #994dad">
Div here</div>

This div border color is #994dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,77,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #994dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #994dad;
  -webkit-box-shadow: 1px 1px 3px 2px #994dad;
  box-shadow:         1px 1px 3px 2px #994dad; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #994dad


Comments

No comments written yet.

Please login to write comment.