Color Hex Logo

#987ebc Color Hex

#987EBC
(152,126,188)
0 Favorites   0 Comments

Color spaces of #987ebc

RGB 152126188
HSL0.740.320.62
HSV265°33°74°
CMYK 0.190.330.00   0.26
XYZ29.486825.227950.8923
Yxy25.22790.27920.2389
Hunter Lab50.227416.8934-24.9157
CIE-Lab57.296822.5456-28.8389

#987ebc color RGB value is (152,126,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111110 10111100
Octal 230 176 274
Decimal 152 126 188
Hex 98 7E BC

RGB Percentages of Color #987ebc

%32.62
%27.04
%40.34

CMYK Percentages of Color #987ebc

%19
%33
%0
%26

Triadic Colors of #987ebc

#987ebc #bc987e #7ebc98

Analogous Colors of #987ebc

#987ebc #b77ebc #7e83bc

Monochromatic Colors of #987ebc

#987ebc

Complementary Color

#987ebc #a2bc7e

#987ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#987ebc Color CSS Codes

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

#987ebc Text Font Color

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

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


#987ebc Background Color

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

This div background color is #987ebc


#987ebc Border Color

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

This div border color is #987ebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,126,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 #987ebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987ebc


Comments

No comments written yet.

Please login to write comment.