Color Hex Logo

#987fed Color Hex

#987FED
(152,127,237)
0 Favorites   0 Comments

Color spaces of #987fed

RGB 152127237
HSL0.700.750.71
HSV254°46°93°
CMYK 0.360.460.00   0.07
XYZ35.824327.968683.6311
Yxy27.96860.24300.1897
Hunter Lab52.885328.3657-56.7395
CIE-Lab59.860434.1897-52.3671

#987fed color RGB value is (152,127,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111111 11101101
Octal 230 177 355
Decimal 152 127 237
Hex 98 7F ED

RGB Percentages of Color #987fed

%29.46
%24.61
%45.93

CMYK Percentages of Color #987fed

%36
%46
%0
%7

Triadic Colors of #987fed

#987fed #ed987f #7fed98

Analogous Colors of #987fed

#987fed #cf7fed #7f9ded

Monochromatic Colors of #987fed

#987fed

Complementary Color

#987fed #d4ed7f

#987fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#987fed Color CSS Codes

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

#987fed Text Font Color

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

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


#987fed Background Color

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

This div background color is #987fed


#987fed Border Color

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

This div border color is #987fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987fed


Comments

No comments written yet.

Please login to write comment.