Color Hex Logo

#9994df Color Hex

#9994DF
(153,148,223)
0 Favorites   0 Comments

Color spaces of #9994df

RGB 153148223
HSL0.680.540.73
HSV244°34°87°
CMYK 0.310.340.00   0.13
XYZ37.046133.279874.2831
Yxy33.27980.25620.2301
Hunter Lab57.688613.6728-35.9630
CIE-Lab64.386818.7392-37.4671

#9994df color RGB value is (153,148,223).

#9994df hex color red value is 153, green value is 148 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9994df hue: 0.68 , saturation: 0.54 and the lightness value of 9994df is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010100 11011111
Octal 231 224 337
Decimal 153 148 223
Hex 99 94 DF

RGB Percentages of Color #9994df

%29.20
%28.24
%42.56

CMYK Percentages of Color #9994df

%31
%34
%0
%13

Triadic Colors of #9994df

#9994df #df9994 #94df99

Analogous Colors of #9994df

#9994df #bf94df #94b5df

Monochromatic Colors of #9994df

#9994df

Complementary Color

#9994df #dadf94

#9994df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9994df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9994df Color CSS Codes

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

#9994df Text Font Color

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

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


#9994df Background Color

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

This div background color is #9994df


#9994df Border Color

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

This div border color is #9994df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,148,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 #9994df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9994df


Comments

No comments written yet.

Please login to write comment.