Color Hex Logo

#985eaa Color Hex

#985EAA
(152,94,170)
0 Favorites   0 Comments

Color spaces of #985eaa

RGB 15294170
HSL0.790.310.52
HSV286°45°67°
CMYK 0.110.450.00   0.33
XYZ24.207317.583140.1482
Yxy17.58310.29540.2146
Hunter Lab41.932229.6660-27.4150
CIE-Lab48.986536.8226-31.3707

#985eaa color RGB value is (152,94,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01011110 10101010
Octal 230 136 252
Decimal 152 94 170
Hex 98 5E AA

RGB Percentages of Color #985eaa

%36.54
%22.60
%40.87

CMYK Percentages of Color #985eaa

%11
%45
%0
%33

Triadic Colors of #985eaa

#985eaa #aa985e #5eaa98

Analogous Colors of #985eaa

#985eaa #aa5e96 #725eaa

Monochromatic Colors of #985eaa

#985eaa

Complementary Color

#985eaa #70aa5e

#985eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#985eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#985eaa Color CSS Codes

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

#985eaa Text Font Color

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

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


#985eaa Background Color

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

This div background color is #985eaa


#985eaa Border Color

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

This div border color is #985eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #985eaa


Comments

No comments written yet.

Please login to write comment.