Color Hex Logo

#987cce Color Hex

#987CCE
(152,124,206)
0 Favorites   0 Comments

Color spaces of #987cce

RGB 152124206
HSL0.720.460.65
HSV260°40°81°
CMYK 0.260.400.00   0.19
XYZ31.297125.546961.6740
Yxy25.54690.26410.2156
Hunter Lab50.543922.0763-36.9652
CIE-Lab57.604428.0092-38.5752

#987cce color RGB value is (152,124,206).

#987cce hex color red value is 152, green value is 124 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #987cce hue: 0.72 , saturation: 0.46 and the lightness value of 987cce is 0.65.

The process color (four color CMYK) of #987cce color hex is 0.26, 0.40, 0.00, 0.19. Web safe color of #987cce is #9966cc. Color #987cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111100 11001110
Octal 230 174 316
Decimal 152 124 206
Hex 98 7C CE

RGB Percentages of Color #987cce

%31.54
%25.73
%42.74

CMYK Percentages of Color #987cce

%26
%40
%0
%19

Triadic Colors of #987cce

#987cce #ce987c #7cce98

Analogous Colors of #987cce

#987cce #c17cce #7c89ce

Monochromatic Colors of #987cce

#987cce

Complementary Color

#987cce #b2ce7c

#987cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#987cce Color CSS Codes

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

#987cce Text Font Color

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

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


#987cce Background Color

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

This div background color is #987cce


#987cce Border Color

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

This div border color is #987cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987cce


Comments

No comments written yet.

Please login to write comment.