Color Hex Logo

#989fca Color Hex

#989FCA
(152,159,202)
0 Favorites   0 Comments

Color spaces of #989fca

RGB 152159202
HSL0.640.320.69
HSV232°25°79°
CMYK 0.250.210.00   0.21
XYZ36.007735.735960.8770
Yxy35.73590.27150.2695
Hunter Lab59.77952.9039-18.5328
CIE-Lab66.31766.9718-22.8366

#989fca color RGB value is (152,159,202).

#989fca hex color red value is 152, green value is 159 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #989fca hue: 0.64 , saturation: 0.32 and the lightness value of 989fca is 0.69.

The process color (four color CMYK) of #989fca color hex is 0.25, 0.21, 0.00, 0.21. Web safe color of #989fca is #9999cc. Color #989fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011111 11001010
Octal 230 237 312
Decimal 152 159 202
Hex 98 9F CA

RGB Percentages of Color #989fca

%29.63
%30.99
%39.38

CMYK Percentages of Color #989fca

%25
%21
%0
%21

Triadic Colors of #989fca

#989fca #ca989f #9fca98

Analogous Colors of #989fca

#989fca #aa98ca #98b8ca

Monochromatic Colors of #989fca

#989fca

Complementary Color

#989fca #cac398

#989fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#989fca Color CSS Codes

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

#989fca Text Font Color

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

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


#989fca Background Color

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

This div background color is #989fca


#989fca Border Color

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

This div border color is #989fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989fca


Comments

No comments written yet.

Please login to write comment.