Color Hex Logo

#9913df Color Hex

#9913DF
(153,19,223)
0 Favorites   0 Comments

Color spaces of #9913df

RGB 15319223
HSL0.780.840.47
HSV279°91°87°
CMYK 0.310.910.00   0.13
XYZ26.689012.565870.8308
Yxy12.56580.24240.1141
Hunter Lab35.448372.3582-93.6562
CIE-Lab42.101676.9792-73.1190

#9913df color RGB value is (153,19,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 00010011 11011111
Octal 231 23 337
Decimal 153 19 223
Hex 99 13 DF

RGB Percentages of Color #9913df

%38.73
%4.81
%56.46

CMYK Percentages of Color #9913df

%31
%91
%0
%13

Triadic Colors of #9913df

#9913df #df9913 #13df99

Analogous Colors of #9913df

#9913df #df13bf #3313df

Monochromatic Colors of #9913df

#9913df

Complementary Color

#9913df #59df13

#9913df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9913df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9913df Color CSS Codes

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

#9913df Text Font Color

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

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


#9913df Background Color

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

This div background color is #9913df


#9913df Border Color

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

This div border color is #9913df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9913df


Comments

No comments written yet.

Please login to write comment.