Color Hex Logo

#989afa Color Hex

#989AFA
(152,154,250)
0 Favorites   0 Comments

Color spaces of #989afa

RGB 152154250
HSL0.660.910.79
HSV239°39°98°
CMYK 0.390.380.00   0.02
XYZ41.759836.688795.3231
Yxy36.68870.24030.2111
Hunter Lab60.571217.0642-50.9070
CIE-Lab67.042822.1674-48.1496

#989afa color RGB value is (152,154,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011010 11111010
Octal 230 232 372
Decimal 152 154 250
Hex 98 9A FA

RGB Percentages of Color #989afa

%27.34
%27.70
%44.96

CMYK Percentages of Color #989afa

%39
%38
%0
%2

Triadic Colors of #989afa

#989afa #fa989a #9afa98

Analogous Colors of #989afa

#989afa #c798fa #98cbfa

Monochromatic Colors of #989afa

#989afa

Complementary Color

#989afa #faf898

#989afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#989afa Color CSS Codes

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

#989afa Text Font Color

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

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


#989afa Background Color

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

This div background color is #989afa


#989afa Border Color

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

This div border color is #989afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989afa


Comments

No comments written yet.

Please login to write comment.