Color Hex Logo

#989dfc Color Hex

#989DFC
(152,157,252)
0 Favorites   0 Comments

Color spaces of #989dfc

RGB 152157252
HSL0.660.940.79
HSV237°40°99°
CMYK 0.400.380.00   0.01
XYZ42.576637.817697.1510
Yxy37.81760.23980.2130
Hunter Lab61.496015.9660-50.6187
CIE-Lab67.886020.9955-47.9111

#989dfc color RGB value is (152,157,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011101 11111100
Octal 230 235 374
Decimal 152 157 252
Hex 98 9D FC

RGB Percentages of Color #989dfc

%27.09
%27.99
%44.92

CMYK Percentages of Color #989dfc

%40
%38
%0
%1

Triadic Colors of #989dfc

#989dfc #fc989d #9dfc98

Analogous Colors of #989dfc

#989dfc #c598fc #98cffc

Monochromatic Colors of #989dfc

#989dfc

Complementary Color

#989dfc #fcf798

#989dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#989dfc Color CSS Codes

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

#989dfc Text Font Color

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

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


#989dfc Background Color

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

This div background color is #989dfc


#989dfc Border Color

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

This div border color is #989dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989dfc


Comments

No comments written yet.

Please login to write comment.