Color Hex Logo

#989dfa Color Hex

#989DFA
(152,157,250)
0 Favorites   0 Comments

Color spaces of #989dfa

RGB 152157250
HSL0.660.910.79
HSV237°39°98°
CMYK 0.390.370.00   0.02
XYZ42.261237.691595.4903
Yxy37.69150.24090.2148
Hunter Lab61.393415.4351-49.2433
CIE-Lab67.792620.4508-46.9687

#989dfa color RGB value is (152,157,250).

#989dfa hex color red value is 152, green value is 157 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #989dfa hue: 0.66 , saturation: 0.91 and the lightness value of 989dfa is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011101 11111010
Octal 230 235 372
Decimal 152 157 250
Hex 98 9D FA

RGB Percentages of Color #989dfa

%27.19
%28.09
%44.72

CMYK Percentages of Color #989dfa

%39
%37
%0
%2

Triadic Colors of #989dfa

#989dfa #fa989d #9dfa98

Analogous Colors of #989dfa

#989dfa #c498fa #98cefa

Monochromatic Colors of #989dfa

#989dfa

Complementary Color

#989dfa #faf598

#989dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#989dfa Color CSS Codes

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

#989dfa Text Font Color

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

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


#989dfa Background Color

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

This div background color is #989dfa


#989dfa Border Color

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

This div border color is #989dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989dfa


Comments

No comments written yet.

Please login to write comment.