Color Hex Logo

#989bcf Color Hex

#989BCF
(152,155,207)
0 Favorites   0 Comments

Color spaces of #989bcf

RGB 152155207
HSL0.660.360.70
HSV237°27°81°
CMYK 0.270.250.00   0.19
XYZ35.932734.623163.8205
Yxy34.62310.26740.2577
Hunter Lab58.84146.0322-23.1181
CIE-Lab65.454210.4423-26.9391

#989bcf color RGB value is (152,155,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011011 11001111
Octal 230 233 317
Decimal 152 155 207
Hex 98 9B CF

RGB Percentages of Color #989bcf

%29.57
%30.16
%40.27

CMYK Percentages of Color #989bcf

%27
%25
%0
%19

Triadic Colors of #989bcf

#989bcf #cf989b #9bcf98

Analogous Colors of #989bcf

#989bcf #b198cf #98b7cf

Monochromatic Colors of #989bcf

#989bcf

Complementary Color

#989bcf #cfcc98

#989bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#989bcf Color CSS Codes

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

#989bcf Text Font Color

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

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


#989bcf Background Color

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

This div background color is #989bcf


#989bcf Border Color

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

This div border color is #989bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989bcf


Comments

No comments written yet.

Please login to write comment.