Color Hex Logo

#987bbf Color Hex

#987BBF
(152,123,191)
0 Favorites   0 Comments

Color spaces of #987bbf

RGB 152123191
HSL0.740.350.62
HSV266°36°75°
CMYK 0.200.360.00   0.25
XYZ29.435824.602952.4876
Yxy24.60290.27630.2310
Hunter Lab49.601319.1282-28.0192
CIE-Lab56.686424.9812-31.4964

#987bbf color RGB value is (152,123,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111011 10111111
Octal 230 173 277
Decimal 152 123 191
Hex 98 7B BF

RGB Percentages of Color #987bbf

%32.62
%26.39
%40.99

CMYK Percentages of Color #987bbf

%20
%36
%0
%25

Triadic Colors of #987bbf

#987bbf #bf987b #7bbf98

Analogous Colors of #987bbf

#987bbf #ba7bbf #7b80bf

Monochromatic Colors of #987bbf

#987bbf

Complementary Color

#987bbf #a2bf7b

#987bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#987bbf Color CSS Codes

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

#987bbf Text Font Color

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

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


#987bbf Background Color

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

This div background color is #987bbf


#987bbf Border Color

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

This div border color is #987bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987bbf


Comments

No comments written yet.

Please login to write comment.