Color Hex Logo

#987bdd Color Hex

#987BDD
(152,123,221)
0 Favorites   0 Comments

Color spaces of #987bdd

RGB 152123221
HSL0.720.590.67
HSV258°44°87°
CMYK 0.310.440.00   0.13
XYZ33.083026.061871.6934
Yxy26.06180.25290.1992
Hunter Lab51.050826.3365-47.5287
CIE-Lab58.095732.3382-46.2437

#987bdd color RGB value is (152,123,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111011 11011101
Octal 230 173 335
Decimal 152 123 221
Hex 98 7B DD

RGB Percentages of Color #987bdd

%30.65
%24.80
%44.56

CMYK Percentages of Color #987bdd

%31
%44
%0
%13

Triadic Colors of #987bdd

#987bdd #dd987b #7bdd98

Analogous Colors of #987bdd

#987bdd #c97bdd #7b8fdd

Monochromatic Colors of #987bdd

#987bdd

Complementary Color

#987bdd #c0dd7b

#987bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#987bdd Color CSS Codes

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

#987bdd Text Font Color

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

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


#987bdd Background Color

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

This div background color is #987bdd


#987bdd Border Color

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

This div border color is #987bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987bdd


Comments

No comments written yet.

Please login to write comment.