Color Hex Logo

#984dad Color Hex

#984DAD
(152,77,173)
0 Favorites   0 Comments

Color spaces of #984dad

RGB 15277173
HSL0.800.380.49
HSV287°55°68°
CMYK 0.120.550.00   0.32
XYZ23.145615.000341.2106
Yxy15.00030.29170.1890
Hunter Lab38.730238.8956-35.9759
CIE-Lab45.634646.5675-38.4038

#984dad color RGB value is (152,77,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001101 10101101
Octal 230 115 255
Decimal 152 77 173
Hex 98 4D AD

RGB Percentages of Color #984dad

%37.81
%19.15
%43.03

CMYK Percentages of Color #984dad

%12
%55
%0
%32

Triadic Colors of #984dad

#984dad #ad984d #4dad98

Analogous Colors of #984dad

#984dad #ad4d92 #684dad

Monochromatic Colors of #984dad

#984dad

Complementary Color

#984dad #62ad4d

#984dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#984dad Color CSS Codes

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

#984dad Text Font Color

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

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


#984dad Background Color

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

This div background color is #984dad


#984dad Border Color

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

This div border color is #984dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984dad


Comments

No comments written yet.

Please login to write comment.