Color Hex Logo

#987eaa Color Hex

#987EAA
(152,126,170)
0 Favorites   0 Comments

Color spaces of #987eaa

RGB 152126170
HSL0.770.210.58
HSV275°26°67°
CMYK 0.110.260.00   0.33
XYZ27.665424.499441.3009
Yxy24.49940.29600.2621
Hunter Lab49.496913.1499-14.8246
CIE-Lab56.584418.4984-19.6305

#987eaa color RGB value is (152,126,170).

#987eaa hex color red value is 152, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #987eaa hue: 0.77 , saturation: 0.21 and the lightness value of 987eaa is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111110 10101010
Octal 230 176 252
Decimal 152 126 170
Hex 98 7E AA

RGB Percentages of Color #987eaa

%33.93
%28.13
%37.95

CMYK Percentages of Color #987eaa

%11
%26
%0
%33

Triadic Colors of #987eaa

#987eaa #aa987e #7eaa98

Analogous Colors of #987eaa

#987eaa #aa7ea6 #827eaa

Monochromatic Colors of #987eaa

#987eaa

Complementary Color

#987eaa #90aa7e

#987eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#987eaa Color CSS Codes

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

#987eaa Text Font Color

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

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


#987eaa Background Color

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

This div background color is #987eaa


#987eaa Border Color

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

This div border color is #987eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987eaa


Comments

No comments written yet.

Please login to write comment.