Color Hex Logo

#985aaa Color Hex

#985AAA
(152,90,170)
0 Favorites   0 Comments

Color spaces of #985aaa

RGB 15290170
HSL0.800.320.51
HSV287°47°67°
CMYK 0.110.470.00   0.33
XYZ23.860816.890040.0327
Yxy16.89000.29540.2091
Hunter Lab41.097431.7149-28.9857
CIE-Lab48.121139.0331-32.7250

#985aaa color RGB value is (152,90,170).

#985aaa hex color red value is 152, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #985aaa hue: 0.80 , saturation: 0.32 and the lightness value of 985aaa is 0.51.

The process color (four color CMYK) of #985aaa color hex is 0.11, 0.47, 0.00, 0.33. Web safe color of #985aaa is #996699. Color #985aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011010 10101010
Octal 230 132 252
Decimal 152 90 170
Hex 98 5A AA

RGB Percentages of Color #985aaa

%36.89
%21.84
%41.26

CMYK Percentages of Color #985aaa

%11
%47
%0
%33

Triadic Colors of #985aaa

#985aaa #aa985a #5aaa98

Analogous Colors of #985aaa

#985aaa #aa5a94 #705aaa

Monochromatic Colors of #985aaa

#985aaa

Complementary Color

#985aaa #6caa5a

#985aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#985aaa Color CSS Codes

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

#985aaa Text Font Color

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

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


#985aaa Background Color

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

This div background color is #985aaa


#985aaa Border Color

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

This div border color is #985aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,90,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #985aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985aaa


Comments

No comments written yet.

Please login to write comment.