Color Hex Logo

#987cbd Color Hex

#987CBD
(152,124,189)
0 Favorites   0 Comments

Color spaces of #987cbd

RGB 152124189
HSL0.740.330.61
HSV266°34°74°
CMYK 0.200.340.00   0.26
XYZ29.341924.764851.3777
Yxy24.76480.27820.2348
Hunter Lab49.764218.1594-26.3773
CIE-Lab56.845523.9353-30.1089

#987cbd color RGB value is (152,124,189).

#987cbd hex color red value is 152, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #987cbd hue: 0.74 , saturation: 0.33 and the lightness value of 987cbd is 0.61.

The process color (four color CMYK) of #987cbd color hex is 0.20, 0.34, 0.00, 0.26. Web safe color of #987cbd is #9966cc. Color #987cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111100 10111101
Octal 230 174 275
Decimal 152 124 189
Hex 98 7C BD

RGB Percentages of Color #987cbd

%32.69
%26.67
%40.65

CMYK Percentages of Color #987cbd

%20
%34
%0
%26

Triadic Colors of #987cbd

#987cbd #bd987c #7cbd98

Analogous Colors of #987cbd

#987cbd #b97cbd #7c81bd

Monochromatic Colors of #987cbd

#987cbd

Complementary Color

#987cbd #a1bd7c

#987cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#987cbd Color CSS Codes

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

#987cbd Text Font Color

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

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


#987cbd Background Color

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

This div background color is #987cbd


#987cbd Border Color

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

This div border color is #987cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987cbd


Comments

No comments written yet.

Please login to write comment.