Color Hex Logo

#987dac Color Hex

#987DAC
(152,125,172)
0 Favorites   0 Comments

Color spaces of #987dac

RGB 152125172
HSL0.760.220.58
HSV274°27°67°
CMYK 0.120.270.00   0.33
XYZ27.728924.321242.2627
Yxy24.32120.29400.2579
Hunter Lab49.316514.0602-16.2881
CIE-Lab56.408019.5122-21.0499

#987dac color RGB value is (152,125,172).

#987dac hex color red value is 152, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #987dac hue: 0.76 , saturation: 0.22 and the lightness value of 987dac is 0.58.

The process color (four color CMYK) of #987dac color hex is 0.12, 0.27, 0.00, 0.33. Web safe color of #987dac is #996699. Color #987dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111101 10101100
Octal 230 175 254
Decimal 152 125 172
Hex 98 7D AC

RGB Percentages of Color #987dac

%33.85
%27.84
%38.31

CMYK Percentages of Color #987dac

%12
%27
%0
%33

Triadic Colors of #987dac

#987dac #ac987d #7dac98

Analogous Colors of #987dac

#987dac #ac7da9 #817dac

Monochromatic Colors of #987dac

#987dac

Complementary Color

#987dac #91ac7d

#987dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#987dac Color CSS Codes

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

#987dac Text Font Color

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

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


#987dac Background Color

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

This div background color is #987dac


#987dac Border Color

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

This div border color is #987dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987dac


Comments

No comments written yet.

Please login to write comment.