Color Hex Logo

#9914df Color Hex

#9914DF
(153,20,223)
0 Favorites   0 Comments

Color spaces of #9914df

RGB 15320223
HSL0.780.840.48
HSV279°91°87°
CMYK 0.310.910.00   0.13
XYZ26.706312.600370.8366
Yxy12.60030.24250.1144
Hunter Lab35.496972.1759-93.4696
CIE-Lab42.154776.8209-73.0322

#9914df color RGB value is (153,20,223).

#9914df hex color red value is 153, green value is 20 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9914df hue: 0.78 , saturation: 0.84 and the lightness value of 9914df is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010100 11011111
Octal 231 24 337
Decimal 153 20 223
Hex 99 14 DF

RGB Percentages of Color #9914df

%38.64
%5.05
%56.31

CMYK Percentages of Color #9914df

%31
%91
%0
%13

Triadic Colors of #9914df

#9914df #df9914 #14df99

Analogous Colors of #9914df

#9914df #df14c0 #3314df

Monochromatic Colors of #9914df

#9914df

Complementary Color

#9914df #5adf14

#9914df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9914df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9914df Color CSS Codes

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

#9914df Text Font Color

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

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


#9914df Background Color

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

This div background color is #9914df


#9914df Border Color

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

This div border color is #9914df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9914df


Comments

No comments written yet.

Please login to write comment.