Color Hex Logo

#987bde Color Hex

#987BDE
(152,123,222)
0 Favorites   0 Comments

Color spaces of #987bde

RGB 152123222
HSL0.720.600.68
HSV258°45°87°
CMYK 0.320.450.00   0.13
XYZ33.216726.115272.3973
Yxy26.11520.25220.1982
Hunter Lab51.103026.5937-48.2236
CIE-Lab58.146232.5934-46.7241

#987bde color RGB value is (152,123,222).

#987bde hex color red value is 152, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #987bde hue: 0.72 , saturation: 0.60 and the lightness value of 987bde is 0.68.

The process color (four color CMYK) of #987bde color hex is 0.32, 0.45, 0.00, 0.13. Web safe color of #987bde is #9966cc. Color #987bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111011 11011110
Octal 230 173 336
Decimal 152 123 222
Hex 98 7B DE

RGB Percentages of Color #987bde

%30.58
%24.75
%44.67

CMYK Percentages of Color #987bde

%32
%45
%0
%13

Triadic Colors of #987bde

#987bde #de987b #7bde98

Analogous Colors of #987bde

#987bde #ca7bde #7b90de

Monochromatic Colors of #987bde

#987bde

Complementary Color

#987bde #c1de7b

#987bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#987bde Color CSS Codes

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

#987bde Text Font Color

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

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


#987bde Background Color

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

This div background color is #987bde


#987bde Border Color

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

This div border color is #987bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987bde


Comments

No comments written yet.

Please login to write comment.