Color Hex Logo

#987ffc Color Hex

#987FFC
(152,127,252)
0 Favorites   0 Comments

Color spaces of #987ffc

RGB 152127252
HSL0.700.950.74
HSV252°50°99°
CMYK 0.400.500.00   0.01
XYZ38.109028.882495.6618
Yxy28.88240.23430.1776
Hunter Lab53.742332.5262-67.9170
CIE-Lab60.677738.1869-59.3503

#987ffc color RGB value is (152,127,252).

#987ffc hex color red value is 152, green value is 127 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #987ffc hue: 0.70 , saturation: 0.95 and the lightness value of 987ffc is 0.74.

The process color (four color CMYK) of #987ffc color hex is 0.40, 0.50, 0.00, 0.01. Web safe color of #987ffc is #9966ff. Color #987ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111111 11111100
Octal 230 177 374
Decimal 152 127 252
Hex 98 7F FC

RGB Percentages of Color #987ffc

%28.63
%23.92
%47.46

CMYK Percentages of Color #987ffc

%40
%50
%0
%1

Triadic Colors of #987ffc

#987ffc #fc987f #7ffc98

Analogous Colors of #987ffc

#987ffc #d77ffc #7fa5fc

Monochromatic Colors of #987ffc

#987ffc

Complementary Color

#987ffc #e3fc7f

#987ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#987ffc Color CSS Codes

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

#987ffc Text Font Color

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

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


#987ffc Background Color

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

This div background color is #987ffc


#987ffc Border Color

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

This div border color is #987ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.