Color Hex Logo

#987cbe Color Hex

#987CBE
(152,124,190)
0 Favorites   0 Comments

Color spaces of #987cbe

RGB 152124190
HSL0.740.340.62
HSV265°35°75°
CMYK 0.200.350.00   0.25
XYZ29.450824.808451.9515
Yxy24.80840.27730.2336
Hunter Lab49.808018.3805-26.9759
CIE-Lab56.888324.1687-30.6127

#987cbe color RGB value is (152,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111100 10111110
Octal 230 174 276
Decimal 152 124 190
Hex 98 7C BE

RGB Percentages of Color #987cbe

%32.62
%26.61
%40.77

CMYK Percentages of Color #987cbe

%20
%35
%0
%25

Triadic Colors of #987cbe

#987cbe #be987c #7cbe98

Analogous Colors of #987cbe

#987cbe #b97cbe #7c81be

Monochromatic Colors of #987cbe

#987cbe

Complementary Color

#987cbe #a2be7c

#987cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#987cbe Color CSS Codes

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

#987cbe Text Font Color

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

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


#987cbe Background Color

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

This div background color is #987cbe


#987cbe Border Color

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

This div border color is #987cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987cbe


Comments

No comments written yet.

Please login to write comment.