Color Hex Logo

#989cfd Color Hex

#989CFD
(152,156,253)
0 Favorites   0 Comments

Color spaces of #989cfd

RGB 152156253
HSL0.660.960.79
HSV238°40°99°
CMYK 0.400.380.00   0.01
XYZ42.567037.544297.9317
Yxy37.54420.23910.2109
Hunter Lab61.273316.7769-51.8705
CIE-Lab67.683321.8401-48.7749

#989cfd color RGB value is (152,156,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011100 11111101
Octal 230 234 375
Decimal 152 156 253
Hex 98 9C FD

RGB Percentages of Color #989cfd

%27.09
%27.81
%45.10

CMYK Percentages of Color #989cfd

%40
%38
%0
%1

Triadic Colors of #989cfd

#989cfd #fd989c #9cfd98

Analogous Colors of #989cfd

#989cfd #c798fd #98cffd

Monochromatic Colors of #989cfd

#989cfd

Complementary Color

#989cfd #fdf998

#989cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#989cfd Color CSS Codes

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

#989cfd Text Font Color

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

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


#989cfd Background Color

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

This div background color is #989cfd


#989cfd Border Color

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

This div border color is #989cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989cfd


Comments

No comments written yet.

Please login to write comment.