Color Hex Logo

#9990df Color Hex

#9990DF
(153,144,223)
0 Favorites   0 Comments

Color spaces of #9990df

RGB 153144223
HSL0.690.550.72
HSV247°35°87°
CMYK 0.310.350.00   0.13
XYZ36.429432.046574.0776
Yxy32.04650.25550.2248
Hunter Lab56.609615.8014-37.9583
CIE-Lab63.381321.0354-39.0383

#9990df color RGB value is (153,144,223).

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

The process color (four color CMYK) of #9990df color hex is 0.31, 0.35, 0.00, 0.13. Web safe color of #9990df is #9999cc. Color #9990df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010000 11011111
Octal 231 220 337
Decimal 153 144 223
Hex 99 90 DF

RGB Percentages of Color #9990df

%29.42
%27.69
%42.88

CMYK Percentages of Color #9990df

%31
%35
%0
%13

Triadic Colors of #9990df

#9990df #df9990 #90df99

Analogous Colors of #9990df

#9990df #c190df #90afdf

Monochromatic Colors of #9990df

#9990df

Complementary Color

#9990df #d6df90

#9990df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9990df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9990df Color CSS Codes

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

#9990df Text Font Color

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

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


#9990df Background Color

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

This div background color is #9990df


#9990df Border Color

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

This div border color is #9990df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9990df


Comments

No comments written yet.

Please login to write comment.