Color Hex Logo

#989ffb Color Hex

#989FFB
(152,159,251)
0 Favorites   0 Comments

Color spaces of #989ffb

RGB 152159251
HSL0.650.930.79
HSV236°39°98°
CMYK 0.390.370.00   0.02
XYZ42.759638.436796.4321
Yxy38.43670.24070.2164
Hunter Lab61.997314.6162-48.8229
CIE-Lab68.341219.5804-46.6501

#989ffb color RGB value is (152,159,251).

#989ffb hex color red value is 152, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #989ffb hue: 0.65 , saturation: 0.93 and the lightness value of 989ffb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011111 11111011
Octal 230 237 373
Decimal 152 159 251
Hex 98 9F FB

RGB Percentages of Color #989ffb

%27.05
%28.29
%44.66

CMYK Percentages of Color #989ffb

%39
%37
%0
%2

Triadic Colors of #989ffb

#989ffb #fb989f #9ffb98

Analogous Colors of #989ffb

#989ffb #c398fb #98d1fb

Monochromatic Colors of #989ffb

#989ffb

Complementary Color

#989ffb #fbf498

#989ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#989ffb Color CSS Codes

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

#989ffb Text Font Color

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

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


#989ffb Background Color

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

This div background color is #989ffb


#989ffb Border Color

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

This div border color is #989ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989ffb


Comments

No comments written yet.

Please login to write comment.