Color Hex Logo

#9990cc Color Hex

#9990CC
(153,144,204)
0 Favorites   0 Comments

Color spaces of #9990cc

RGB 153144204
HSL0.690.370.68
HSV249°29°80°
CMYK 0.250.290.00   0.20
XYZ34.009231.078561.3330
Yxy31.07850.26900.2458
Hunter Lab55.748111.3350-26.2061
CIE-Lab62.573816.2877-29.7017

#9990cc color RGB value is (153,144,204).

#9990cc hex color red value is 153, green value is 144 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9990cc hue: 0.69 , saturation: 0.37 and the lightness value of 9990cc is 0.68.

The process color (four color CMYK) of #9990cc color hex is 0.25, 0.29, 0.00, 0.20. Web safe color of #9990cc is #9999cc. Color #9990cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010000 11001100
Octal 231 220 314
Decimal 153 144 204
Hex 99 90 CC

RGB Percentages of Color #9990cc

%30.54
%28.74
%40.72

CMYK Percentages of Color #9990cc

%25
%29
%0
%20

Triadic Colors of #9990cc

#9990cc #cc9990 #90cc99

Analogous Colors of #9990cc

#9990cc #b790cc #90a5cc

Monochromatic Colors of #9990cc

#9990cc

Complementary Color

#9990cc #c3cc90

#9990cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9990cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9990cc Color CSS Codes

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

#9990cc Text Font Color

<p style="color:#9990cc">Text here</p>

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


#9990cc Background Color

<div style="background-color:#9990cc">
Div content here</div>

This div background color is #9990cc


#9990cc Border Color

<div style="border:3px solid #9990cc">
Div here</div>

This div border color is #9990cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,144,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9990cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9990cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9990cc;
  box-shadow:         1px 1px 3px 2px #9990cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9990cc


Comments

No comments written yet.

Please login to write comment.