Color Hex Logo

#987fbf Color Hex

#987FBF
(152,127,191)
0 Favorites   0 Comments

Color spaces of #987fbf

RGB 152127191
HSL0.730.330.62
HSV263°34°75°
CMYK 0.200.340.00   0.25
XYZ29.942225.615752.6564
Yxy25.61570.27670.2367
Hunter Lab50.612017.0303-26.2566
CIE-Lab57.670522.6686-29.9678

#987fbf color RGB value is (152,127,191).

#987fbf hex color red value is 152, green value is 127 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #987fbf hue: 0.73 , saturation: 0.33 and the lightness value of 987fbf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111111 10111111
Octal 230 177 277
Decimal 152 127 191
Hex 98 7F BF

RGB Percentages of Color #987fbf

%32.34
%27.02
%40.64

CMYK Percentages of Color #987fbf

%20
%34
%0
%25

Triadic Colors of #987fbf

#987fbf #bf987f #7fbf98

Analogous Colors of #987fbf

#987fbf #b87fbf #7f86bf

Monochromatic Colors of #987fbf

#987fbf

Complementary Color

#987fbf #a6bf7f

#987fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#987fbf Color CSS Codes

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

#987fbf Text Font Color

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

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


#987fbf Background Color

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

This div background color is #987fbf


#987fbf Border Color

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

This div border color is #987fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987fbf


Comments

No comments written yet.

Please login to write comment.