Color Hex Logo

#987ab8 Color Hex

#987AB8
(152,122,184)
0 Favorites   0 Comments

Color spaces of #987ab8

RGB 152122184
HSL0.750.300.60
HSV269°34°72°
CMYK 0.170.340.00   0.28
XYZ28.560224.055248.4852
Yxy24.05520.28250.2379
Hunter Lab49.046118.1123-24.2797
CIE-Lab56.143023.9355-28.3415

#987ab8 color RGB value is (152,122,184).

#987ab8 hex color red value is 152, green value is 122 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #987ab8 hue: 0.75 , saturation: 0.30 and the lightness value of 987ab8 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111010 10111000
Octal 230 172 270
Decimal 152 122 184
Hex 98 7A B8

RGB Percentages of Color #987ab8

%33.19
%26.64
%40.17

CMYK Percentages of Color #987ab8

%17
%34
%0
%28

Triadic Colors of #987ab8

#987ab8 #b8987a #7ab898

Analogous Colors of #987ab8

#987ab8 #b77ab8 #7a7bb8

Monochromatic Colors of #987ab8

#987ab8

Complementary Color

#987ab8 #9ab87a

#987ab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987ab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#987ab8 Color CSS Codes

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

#987ab8 Text Font Color

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

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


#987ab8 Background Color

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

This div background color is #987ab8


#987ab8 Border Color

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

This div border color is #987ab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987ab8


Comments

No comments written yet.

Please login to write comment.