Color Hex Logo

#987efd Color Hex

#987EFD
(152,126,253)
0 Favorites   0 Comments

Color spaces of #987efd

RGB 152126253
HSL0.700.970.74
HSV252°50°99°
CMYK 0.400.500.00   0.01
XYZ38.139428.689096.4559
Yxy28.68900.23360.1757
Hunter Lab53.562133.3689-69.2773
CIE-Lab60.506239.0243-60.1746

#987efd color RGB value is (152,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111110 11111101
Octal 230 176 375
Decimal 152 126 253
Hex 98 7E FD

RGB Percentages of Color #987efd

%28.63
%23.73
%47.65

CMYK Percentages of Color #987efd

%40
%50
%0
%1

Triadic Colors of #987efd

#987efd #fd987e #7efd98

Analogous Colors of #987efd

#987efd #d87efd #7ea4fd

Monochromatic Colors of #987efd

#987efd

Complementary Color

#987efd #e3fd7e

#987efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#987efd Color CSS Codes

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

#987efd Text Font Color

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

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


#987efd Background Color

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

This div background color is #987efd


#987efd Border Color

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

This div border color is #987efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987efd

Related Colors


Comments

No comments written yet.

Please login to write comment.