Color Hex Logo

#987dfa Color Hex

#987DFA
(152,125,250)
0 Favorites   0 Comments

Color spaces of #987dfa

RGB 152125250
HSL0.700.930.74
HSV253°50°98°
CMYK 0.390.500.00   0.02
XYZ37.537828.244893.9158
Yxy28.24480.23510.1769
Hunter Lab53.145833.0723-67.5713
CIE-Lab60.109338.7858-59.1578

#987dfa color RGB value is (152,125,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01111101 11111010
Octal 230 175 372
Decimal 152 125 250
Hex 98 7D FA

RGB Percentages of Color #987dfa

%28.84
%23.72
%47.44

CMYK Percentages of Color #987dfa

%39
%50
%0
%2

Triadic Colors of #987dfa

#987dfa #fa987d #7dfa98

Analogous Colors of #987dfa

#987dfa #d77dfa #7da1fa

Monochromatic Colors of #987dfa

#987dfa

Complementary Color

#987dfa #dffa7d

#987dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#987dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#987dfa Color CSS Codes

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

#987dfa Text Font Color

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

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


#987dfa Background Color

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

This div background color is #987dfa


#987dfa Border Color

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

This div border color is #987dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #987dfa


Comments

No comments written yet.

Please login to write comment.