Color Hex Logo

#987cde Color Hex

#987CDE
(152,124,222)
0 Favorites   0 Comments

Color spaces of #987cde

RGB 152124222
HSL0.710.600.68
HSV257°44°87°
CMYK 0.320.440.00   0.13
XYZ33.341426.364672.4388
Yxy26.36460.25230.1995
Hunter Lab51.346526.0512-47.7029
CIE-Lab58.381532.0194-46.3518

#987cde color RGB value is (152,124,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111100 11011110
Octal 230 174 336
Decimal 152 124 222
Hex 98 7C DE

RGB Percentages of Color #987cde

%30.52
%24.90
%44.58

CMYK Percentages of Color #987cde

%32
%44
%0
%13

Triadic Colors of #987cde

#987cde #de987c #7cde98

Analogous Colors of #987cde

#987cde #c97cde #7c91de

Monochromatic Colors of #987cde

#987cde

Complementary Color

#987cde #c2de7c

#987cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#987cde Color CSS Codes

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

#987cde Text Font Color

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

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


#987cde Background Color

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

This div background color is #987cde


#987cde Border Color

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

This div border color is #987cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987cde


Comments

No comments written yet.

Please login to write comment.