Color Hex Logo

#989cfb Color Hex

#989CFB
(152,156,251)
0 Favorites   0 Comments

Color spaces of #989cfb

RGB 152156251
HSL0.660.930.79
HSV238°39°98°
CMYK 0.390.380.00   0.02
XYZ42.249937.417496.2622
Yxy37.41740.24020.2127
Hunter Lab61.169816.2427-50.4852
CIE-Lab67.589021.2944-47.8342

#989cfb color RGB value is (152,156,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011100 11111011
Octal 230 234 373
Decimal 152 156 251
Hex 98 9C FB

RGB Percentages of Color #989cfb

%27.19
%27.91
%44.90

CMYK Percentages of Color #989cfb

%39
%38
%0
%2

Triadic Colors of #989cfb

#989cfb #fb989c #9cfb98

Analogous Colors of #989cfb

#989cfb #c698fb #98cefb

Monochromatic Colors of #989cfb

#989cfb

Complementary Color

#989cfb #fbf798

#989cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#989cfb Color CSS Codes

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

#989cfb Text Font Color

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

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


#989cfb Background Color

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

This div background color is #989cfb


#989cfb Border Color

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

This div border color is #989cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989cfb


Comments

No comments written yet.

Please login to write comment.