Color Hex Logo

#987fbc Color Hex

#987FBC
(152,127,188)
0 Favorites   0 Comments

Color spaces of #987fbc

RGB 152127188
HSL0.730.310.62
HSV265°32°74°
CMYK 0.190.320.00   0.26
XYZ29.615425.485050.9351
Yxy25.48500.27930.2403
Hunter Lab50.482716.3714-24.4835
CIE-Lab57.545021.9673-28.4546

#987fbc color RGB value is (152,127,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111111 10111100
Octal 230 177 274
Decimal 152 127 188
Hex 98 7F BC

RGB Percentages of Color #987fbc

%32.55
%27.19
%40.26

CMYK Percentages of Color #987fbc

%19
%32
%0
%26

Triadic Colors of #987fbc

#987fbc #bc987f #7fbc98

Analogous Colors of #987fbc

#987fbc #b77fbc #7f85bc

Monochromatic Colors of #987fbc

#987fbc

Complementary Color

#987fbc #a3bc7f

#987fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#987fbc Color CSS Codes

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

#987fbc Text Font Color

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

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


#987fbc Background Color

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

This div background color is #987fbc


#987fbc Border Color

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

This div border color is #987fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987fbc


Comments

No comments written yet.

Please login to write comment.