Color Hex Logo

#989ffc Color Hex

#989FFC
(152,159,252)
0 Favorites   0 Comments

Color spaces of #989ffc

RGB 152159252
HSL0.660.940.79
HSV236°40°99°
CMYK 0.400.370.00   0.01
XYZ42.917738.499997.2647
Yxy38.49990.24020.2155
Hunter Lab62.048314.8808-49.5071
CIE-Lab68.387419.8528-47.1216

#989ffc color RGB value is (152,159,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011111 11111100
Octal 230 237 374
Decimal 152 159 252
Hex 98 9F FC

RGB Percentages of Color #989ffc

%27.00
%28.24
%44.76

CMYK Percentages of Color #989ffc

%40
%37
%0
%1

Triadic Colors of #989ffc

#989ffc #fc989f #9ffc98

Analogous Colors of #989ffc

#989ffc #c398fc #98d1fc

Monochromatic Colors of #989ffc

#989ffc

Complementary Color

#989ffc #fcf598

#989ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#989ffc Color CSS Codes

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

#989ffc Text Font Color

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

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


#989ffc Background Color

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

This div background color is #989ffc


#989ffc Border Color

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

This div border color is #989ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989ffc


Comments

No comments written yet.

Please login to write comment.