Color Hex Logo

#9989be Color Hex

#9989BE
(153,137,190)
0 Favorites   0 Comments

Color spaces of #9989be

RGB 153137190
HSL0.720.290.64
HSV258°28°75°
CMYK 0.190.280.00   0.25
XYZ31.376828.381352.5396
Yxy28.38130.27940.2527
Hunter Lab53.274111.9013-21.1807
CIE-Lab60.231716.9778-25.4357

#9989be color RGB value is (153,137,190).

#9989be hex color red value is 153, green value is 137 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9989be hue: 0.72 , saturation: 0.29 and the lightness value of 9989be is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001001 10111110
Octal 231 211 276
Decimal 153 137 190
Hex 99 89 BE

RGB Percentages of Color #9989be

%31.88
%28.54
%39.58

CMYK Percentages of Color #9989be

%19
%28
%0
%25

Triadic Colors of #9989be

#9989be #be9989 #89be99

Analogous Colors of #9989be

#9989be #b489be #8994be

Monochromatic Colors of #9989be

#9989be

Complementary Color

#9989be #aebe89

#9989be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9989be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9989be Color CSS Codes

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

#9989be Text Font Color

<p style="color:#9989be">Text here</p>

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


#9989be Background Color

<div style="background-color:#9989be">
Div content here</div>

This div background color is #9989be


#9989be Border Color

<div style="border:3px solid #9989be">
Div here</div>

This div border color is #9989be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,137,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9989be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9989be;
  -webkit-box-shadow: 1px 1px 3px 2px #9989be;
  box-shadow:         1px 1px 3px 2px #9989be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,137,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9989be


Comments

No comments written yet.

Please login to write comment.