Color Hex Logo

#987eef Color Hex

#987EEF
(152,126,239)
0 Favorites   0 Comments

Color spaces of #987eef

RGB 152126239
HSL0.710.780.72
HSV254°47°94°
CMYK 0.360.470.00   0.06
XYZ35.989727.829185.1360
Yxy27.82910.24160.1868
Hunter Lab52.753329.4592-58.7580
CIE-Lab59.734035.2892-53.6770

#987eef color RGB value is (152,126,239).

#987eef hex color red value is 152, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #987eef hue: 0.71 , saturation: 0.78 and the lightness value of 987eef is 0.72.

The process color (four color CMYK) of #987eef color hex is 0.36, 0.47, 0.00, 0.06. Web safe color of #987eef is #9966ff. Color #987eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111110 11101111
Octal 230 176 357
Decimal 152 126 239
Hex 98 7E EF

RGB Percentages of Color #987eef

%29.40
%24.37
%46.23

CMYK Percentages of Color #987eef

%36
%47
%0
%6

Triadic Colors of #987eef

#987eef #ef987e #7eef98

Analogous Colors of #987eef

#987eef #d17eef #7e9def

Monochromatic Colors of #987eef

#987eef

Complementary Color

#987eef #d5ef7e

#987eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#987eef Color CSS Codes

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

#987eef Text Font Color

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

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


#987eef Background Color

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

This div background color is #987eef


#987eef Border Color

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

This div border color is #987eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987eef


Comments

No comments written yet.

Please login to write comment.