Color Hex Logo

#987fdc Color Hex

#987FDC
(152,127,220)
0 Favorites   0 Comments

Color spaces of #987fdc

RGB 152127220
HSL0.710.570.68
HSV256°42°86°
CMYK 0.310.420.00   0.14
XYZ33.456527.021571.1625
Yxy27.02150.25420.2053
Hunter Lab51.982223.9163-44.7792
CIE-Lab58.994229.7837-44.2639

#987fdc color RGB value is (152,127,220).

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

The process color (four color CMYK) of #987fdc color hex is 0.31, 0.42, 0.00, 0.14. Web safe color of #987fdc is #9966cc. Color #987fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111111 11011100
Octal 230 177 334
Decimal 152 127 220
Hex 98 7F DC

RGB Percentages of Color #987fdc

%30.46
%25.45
%44.09

CMYK Percentages of Color #987fdc

%31
%42
%0
%14

Triadic Colors of #987fdc

#987fdc #dc987f #7fdc98

Analogous Colors of #987fdc

#987fdc #c77fdc #7f95dc

Monochromatic Colors of #987fdc

#987fdc

Complementary Color

#987fdc #c3dc7f

#987fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#987fdc Color CSS Codes

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

#987fdc Text Font Color

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

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


#987fdc Background Color

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

This div background color is #987fdc


#987fdc Border Color

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

This div border color is #987fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987fdc


Comments

No comments written yet.

Please login to write comment.