Color Hex Logo

#989ecf Color Hex

#989ECF
(152,158,207)
0 Favorites   0 Comments

Color spaces of #989ecf

RGB 152158207
HSL0.650.360.70
HSV233°27°81°
CMYK 0.270.240.00   0.19
XYZ36.438235.634163.9891
Yxy35.63410.26780.2619
Hunter Lab59.69434.4937-21.7697
CIE-Lab66.23948.7452-25.7326

#989ecf color RGB value is (152,158,207).

#989ecf hex color red value is 152, green value is 158 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #989ecf hue: 0.65 , saturation: 0.36 and the lightness value of 989ecf is 0.70.

The process color (four color CMYK) of #989ecf color hex is 0.27, 0.24, 0.00, 0.19. Web safe color of #989ecf is #9999cc. Color #989ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011110 11001111
Octal 230 236 317
Decimal 152 158 207
Hex 98 9E CF

RGB Percentages of Color #989ecf

%29.40
%30.56
%40.04

CMYK Percentages of Color #989ecf

%27
%24
%0
%19

Triadic Colors of #989ecf

#989ecf #cf989e #9ecf98

Analogous Colors of #989ecf

#989ecf #ae98cf #98bacf

Monochromatic Colors of #989ecf

#989ecf

Complementary Color

#989ecf #cfc998

#989ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#989ecf Color CSS Codes

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

#989ecf Text Font Color

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

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


#989ecf Background Color

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

This div background color is #989ecf


#989ecf Border Color

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

This div border color is #989ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989ecf


Comments

No comments written yet.

Please login to write comment.