Color Hex Logo

#987eed Color Hex

#987EED
(152,126,237)
0 Favorites   0 Comments

Color spaces of #987eed

RGB 152126237
HSL0.710.760.71
HSV254°47°93°
CMYK 0.360.470.00   0.07
XYZ35.695827.711583.5883
Yxy27.71150.24280.1885
Hunter Lab52.641728.9160-57.2957
CIE-Lab59.627234.7623-52.7378

#987eed color RGB value is (152,126,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111110 11101101
Octal 230 176 355
Decimal 152 126 237
Hex 98 7E ED

RGB Percentages of Color #987eed

%29.51
%24.47
%46.02

CMYK Percentages of Color #987eed

%36
%47
%0
%7

Triadic Colors of #987eed

#987eed #ed987e #7eed98

Analogous Colors of #987eed

#987eed #d07eed #7e9ced

Monochromatic Colors of #987eed

#987eed

Complementary Color

#987eed #d3ed7e

#987eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#987eed Color CSS Codes

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

#987eed Text Font Color

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

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


#987eed Background Color

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

This div background color is #987eed


#987eed Border Color

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

This div border color is #987eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987eed


Comments

No comments written yet.

Please login to write comment.