Color Hex Logo

#9516df Color Hex

#9516DF
(149,22,223)
0 Favorites   0 Comments

Color spaces of #9516df

RGB 14922223
HSL0.770.820.48
HSV278°90°87°
CMYK 0.330.900.00   0.13
XYZ26.000612.291170.8141
Yxy12.29110.23830.1127
Hunter Lab35.058771.0285-95.2173
CIE-Lab41.675175.9779-73.8408

#9516df color RGB value is (149,22,223).

#9516df hex color red value is 149, green value is 22 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9516df hue: 0.77 , saturation: 0.82 and the lightness value of 9516df is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010110 11011111
Octal 225 26 337
Decimal 149 22 223
Hex 95 16 DF

RGB Percentages of Color #9516df

%37.82
%5.58
%56.60

CMYK Percentages of Color #9516df

%33
%90
%0
%13

Triadic Colors of #9516df

#9516df #df9516 #16df95

Analogous Colors of #9516df

#9516df #df16c5 #3116df

Monochromatic Colors of #9516df

#9516df

Complementary Color

#9516df #60df16

#9516df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9516df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9516df Color CSS Codes

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

#9516df Text Font Color

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

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


#9516df Background Color

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

This div background color is #9516df


#9516df Border Color

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

This div border color is #9516df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9516df


Comments

No comments written yet.

Please login to write comment.