Color Hex Logo

#987efc Color Hex

#987EFC
(152,126,252)
0 Favorites   0 Comments

Color spaces of #987efc

RGB 152126252
HSL0.700.950.74
HSV252°50°99°
CMYK 0.400.500.00   0.01
XYZ37.980428.625495.6189
Yxy28.62540.23410.1765
Hunter Lab53.502733.0835-68.5099
CIE-Lab60.449638.7550-59.7150

#987efc color RGB value is (152,126,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111110 11111100
Octal 230 176 374
Decimal 152 126 252
Hex 98 7E FC

RGB Percentages of Color #987efc

%28.68
%23.77
%47.55

CMYK Percentages of Color #987efc

%40
%50
%0
%1

Triadic Colors of #987efc

#987efc #fc987e #7efc98

Analogous Colors of #987efc

#987efc #d77efc #7ea3fc

Monochromatic Colors of #987efc

#987efc

Complementary Color

#987efc #e2fc7e

#987efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#987efc Color CSS Codes

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

#987efc Text Font Color

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

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


#987efc Background Color

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

This div background color is #987efc


#987efc Border Color

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

This div border color is #987efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987efc


Comments

No comments written yet.

Please login to write comment.