Color Hex Logo

#987bce Color Hex

#987BCE
(152,123,206)
0 Favorites   0 Comments

Color spaces of #987bce

RGB 152123206
HSL0.720.460.65
HSV261°40°81°
CMYK 0.260.400.00   0.19
XYZ31.172425.297561.6325
Yxy25.29750.26390.2142
Hunter Lab50.296622.6101-37.4452
CIE-Lab57.364128.5858-38.9524

#987bce color RGB value is (152,123,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111011 11001110
Octal 230 173 316
Decimal 152 123 206
Hex 98 7B CE

RGB Percentages of Color #987bce

%31.60
%25.57
%42.83

CMYK Percentages of Color #987bce

%26
%40
%0
%19

Triadic Colors of #987bce

#987bce #ce987b #7bce98

Analogous Colors of #987bce

#987bce #c27bce #7b88ce

Monochromatic Colors of #987bce

#987bce

Complementary Color

#987bce #b1ce7b

#987bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#987bce Color CSS Codes

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

#987bce Text Font Color

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

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


#987bce Background Color

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

This div background color is #987bce


#987bce Border Color

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

This div border color is #987bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987bce


Comments

No comments written yet.

Please login to write comment.