Color Hex Logo

#989ffd Color Hex

#989FFD
(152,159,253)
0 Favorites   0 Comments

Color spaces of #989ffd

RGB 152159253
HSL0.660.960.79
HSV236°40°99°
CMYK 0.400.370.00   0.01
XYZ43.076738.563598.1016
Yxy38.56350.23970.2145
Hunter Lab62.099515.1463-50.1936
CIE-Lab68.433920.1258-47.5924

#989ffd color RGB value is (152,159,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011111 11111101
Octal 230 237 375
Decimal 152 159 253
Hex 98 9F FD

RGB Percentages of Color #989ffd

%26.95
%28.19
%44.86

CMYK Percentages of Color #989ffd

%40
%37
%0
%1

Triadic Colors of #989ffd

#989ffd #fd989f #9ffd98

Analogous Colors of #989ffd

#989ffd #c498fd #98d2fd

Monochromatic Colors of #989ffd

#989ffd

Complementary Color

#989ffd #fdf698

#989ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#989ffd Color CSS Codes

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

#989ffd Text Font Color

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

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


#989ffd Background Color

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

This div background color is #989ffd


#989ffd Border Color

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

This div border color is #989ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989ffd


Comments

No comments written yet.

Please login to write comment.