Color Hex Logo

#987fb7 Color Hex

#987FB7
(152,127,183)
0 Favorites   0 Comments

Color spaces of #987fb7

RGB 152127183
HSL0.740.280.61
HSV267°31°72°
CMYK 0.170.310.00   0.28
XYZ29.085525.273048.1450
Yxy25.27300.28380.2466
Hunter Lab50.272315.2964-21.5906
CIE-Lab57.340520.8149-25.9189

#987fb7 color RGB value is (152,127,183).

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

The process color (four color CMYK) of #987fb7 color hex is 0.17, 0.31, 0.00, 0.28. Web safe color of #987fb7 is #9966cc. Color #987fb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111111 10110111
Octal 230 177 267
Decimal 152 127 183
Hex 98 7F B7

RGB Percentages of Color #987fb7

%32.90
%27.49
%39.61

CMYK Percentages of Color #987fb7

%17
%31
%0
%28

Triadic Colors of #987fb7

#987fb7 #b7987f #7fb798

Analogous Colors of #987fb7

#987fb7 #b47fb7 #7f82b7

Monochromatic Colors of #987fb7

#987fb7

Complementary Color

#987fb7 #9eb77f

#987fb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987fb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#987fb7 Color CSS Codes

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

#987fb7 Text Font Color

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

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


#987fb7 Background Color

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

This div background color is #987fb7


#987fb7 Border Color

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

This div border color is #987fb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987fb7


Comments

No comments written yet.

Please login to write comment.