Color Hex Logo

#985aad Color Hex

#985AAD
(152,90,173)
0 Favorites   0 Comments

Color spaces of #985aad

RGB 15290173
HSL0.790.340.52
HSV285°48°68°
CMYK 0.120.480.00   0.32
XYZ24.147917.004941.5447
Yxy17.00490.29200.2056
Hunter Lab41.237032.3627-30.8665
CIE-Lab48.266239.6678-34.2565

#985aad color RGB value is (152,90,173).

#985aad hex color red value is 152, green value is 90 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #985aad hue: 0.79 , saturation: 0.34 and the lightness value of 985aad is 0.52.

The process color (four color CMYK) of #985aad color hex is 0.12, 0.48, 0.00, 0.32. Web safe color of #985aad is #996699. Color #985aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011010 10101101
Octal 230 132 255
Decimal 152 90 173
Hex 98 5A AD

RGB Percentages of Color #985aad

%36.63
%21.69
%41.69

CMYK Percentages of Color #985aad

%12
%48
%0
%32

Triadic Colors of #985aad

#985aad #ad985a #5aad98

Analogous Colors of #985aad

#985aad #ad5a99 #6f5aad

Monochromatic Colors of #985aad

#985aad

Complementary Color

#985aad #6fad5a

#985aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#985aad Color CSS Codes

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

#985aad Text Font Color

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

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


#985aad Background Color

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

This div background color is #985aad


#985aad Border Color

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

This div border color is #985aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985aad


Comments

No comments written yet.

Please login to write comment.