Color Hex Logo

#987dfc Color Hex

#987DFC
(152,125,252)
0 Favorites   0 Comments

Color spaces of #987dfc

RGB 152125252
HSL0.700.950.74
HSV253°50°99°
CMYK 0.400.500.00   0.01
XYZ37.853228.370995.5765
Yxy28.37090.23390.1753
Hunter Lab53.264333.6414-69.1038
CIE-Lab60.222439.3229-60.0784

#987dfc color RGB value is (152,125,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111101 11111100
Octal 230 175 374
Decimal 152 125 252
Hex 98 7D FC

RGB Percentages of Color #987dfc

%28.73
%23.63
%47.64

CMYK Percentages of Color #987dfc

%40
%50
%0
%1

Triadic Colors of #987dfc

#987dfc #fc987d #7dfc98

Analogous Colors of #987dfc

#987dfc #d87dfc #7da2fc

Monochromatic Colors of #987dfc

#987dfc

Complementary Color

#987dfc #e1fc7d

#987dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#987dfc Color CSS Codes

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

#987dfc Text Font Color

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

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


#987dfc Background Color

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

This div background color is #987dfc


#987dfc Border Color

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

This div border color is #987dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987dfc


Comments

No comments written yet.

Please login to write comment.