Color Hex Logo

#989cfe Color Hex

#989CFE
(152,156,254)
0 Favorites   0 Comments

Color spaces of #989cfe

RGB 152156254
HSL0.660.980.80
HSV238°40°100°
CMYK 0.400.390.00   0.00
XYZ42.726837.608198.7731
Yxy37.60810.23860.2100
Hunter Lab61.325417.0454-52.5669
CIE-Lab67.730822.1137-49.2444

#989cfe color RGB value is (152,156,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011100 11111110
Octal 230 234 376
Decimal 152 156 254
Hex 98 9C FE

RGB Percentages of Color #989cfe

%27.05
%27.76
%45.20

CMYK Percentages of Color #989cfe

%40
%39
%0
%0

Triadic Colors of #989cfe

#989cfe #fe989c #9cfe98

Analogous Colors of #989cfe

#989cfe #c798fe #98cffe

Monochromatic Colors of #989cfe

#989cfe

Complementary Color

#989cfe #fefa98

#989cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#989cfe Color CSS Codes

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

#989cfe Text Font Color

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

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


#989cfe Background Color

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

This div background color is #989cfe


#989cfe Border Color

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

This div border color is #989cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.