Color Hex Logo

#984aad Color Hex

#984AAD
(152,74,173)
0 Favorites   0 Comments

Color spaces of #984aad

RGB 15274173
HSL0.800.400.48
HSV287°57°68°
CMYK 0.120.570.00   0.32
XYZ22.940514.590141.1422
Yxy14.59010.29160.1855
Hunter Lab38.197040.3595-37.1237
CIE-Lab45.067648.0865-39.3014

#984aad color RGB value is (152,74,173).

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

The process color (four color CMYK) of #984aad color hex is 0.12, 0.57, 0.00, 0.32. Web safe color of #984aad is #993399. Color #984aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001010 10101101
Octal 230 112 255
Decimal 152 74 173
Hex 98 4A AD

RGB Percentages of Color #984aad

%38.10
%18.55
%43.36

CMYK Percentages of Color #984aad

%12
%57
%0
%32

Triadic Colors of #984aad

#984aad #ad984a #4aad98

Analogous Colors of #984aad

#984aad #ad4a91 #674aad

Monochromatic Colors of #984aad

#984aad

Complementary Color

#984aad #5fad4a

#984aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#984aad Color CSS Codes

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

#984aad Text Font Color

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

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


#984aad Background Color

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

This div background color is #984aad


#984aad Border Color

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

This div border color is #984aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984aad


Comments

No comments written yet.

Please login to write comment.