Color Hex Logo

#989bde Color Hex

#989BDE
(152,155,222)
0 Favorites   0 Comments

Color spaces of #989bde

RGB 152155222
HSL0.660.510.73
HSV237°32°87°
CMYK 0.320.300.00   0.13
XYZ37.855135.392073.9434
Yxy35.39200.25720.2405
Hunter Lab59.49129.4726-32.0495
CIE-Lab66.052714.1981-34.3261

#989bde color RGB value is (152,155,222).

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

The process color (four color CMYK) of #989bde color hex is 0.32, 0.30, 0.00, 0.13. Web safe color of #989bde is #9999cc. Color #989bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011011 11011110
Octal 230 233 336
Decimal 152 155 222
Hex 98 9B DE

RGB Percentages of Color #989bde

%28.73
%29.30
%41.97

CMYK Percentages of Color #989bde

%32
%30
%0
%13

Triadic Colors of #989bde

#989bde #de989b #9bde98

Analogous Colors of #989bde

#989bde #b898de #98bede

Monochromatic Colors of #989bde

#989bde

Complementary Color

#989bde #dedb98

#989bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#989bde Color CSS Codes

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

#989bde Text Font Color

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

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


#989bde Background Color

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

This div background color is #989bde


#989bde Border Color

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

This div border color is #989bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989bde


Comments

No comments written yet.

Please login to write comment.