Color Hex Logo

#987abc Color Hex

#987ABC
(152,122,188)
0 Favorites   0 Comments

Color spaces of #987abc

RGB 152122188
HSL0.740.330.61
HSV267°35°74°
CMYK 0.190.350.00   0.26
XYZ28.985524.225350.7252
Yxy24.22530.27890.2331
Hunter Lab49.219218.9862-26.6507
CIE-Lab56.312724.8584-30.3657

#987abc color RGB value is (152,122,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111010 10111100
Octal 230 172 274
Decimal 152 122 188
Hex 98 7A BC

RGB Percentages of Color #987abc

%32.90
%26.41
%40.69

CMYK Percentages of Color #987abc

%19
%35
%0
%26

Triadic Colors of #987abc

#987abc #bc987a #7abc98

Analogous Colors of #987abc

#987abc #b97abc #7a7dbc

Monochromatic Colors of #987abc

#987abc

Complementary Color

#987abc #9ebc7a

#987abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#987abc Color CSS Codes

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

#987abc Text Font Color

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

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


#987abc Background Color

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

This div background color is #987abc


#987abc Border Color

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

This div border color is #987abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987abc


Comments

No comments written yet.

Please login to write comment.