Color Hex Logo

#9989ce Color Hex

#9989CE
(153,137,206)
0 Favorites   0 Comments

Color spaces of #9989ce

RGB 153137206
HSL0.710.410.67
HSV254°33°81°
CMYK 0.260.330.00   0.19
XYZ33.223129.119962.2622
Yxy29.11990.26660.2337
Hunter Lab53.962915.4614-30.6346
CIE-Lab60.887320.8010-33.4395

#9989ce color RGB value is (153,137,206).

#9989ce hex color red value is 153, green value is 137 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9989ce hue: 0.71 , saturation: 0.41 and the lightness value of 9989ce is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001001 11001110
Octal 231 211 316
Decimal 153 137 206
Hex 99 89 CE

RGB Percentages of Color #9989ce

%30.85
%27.62
%41.53

CMYK Percentages of Color #9989ce

%26
%33
%0
%19

Triadic Colors of #9989ce

#9989ce #ce9989 #89ce99

Analogous Colors of #9989ce

#9989ce #bc89ce #899cce

Monochromatic Colors of #9989ce

#9989ce

Complementary Color

#9989ce #bece89

#9989ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9989ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9989ce Color CSS Codes

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

#9989ce Text Font Color

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

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


#9989ce Background Color

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

This div background color is #9989ce


#9989ce Border Color

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

This div border color is #9989ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9989ce


Comments

No comments written yet.

Please login to write comment.