Color Hex Logo

#9516ed Color Hex

#9516ED
(149,22,237)
0 Favorites   0 Comments

Color spaces of #9516ed

RGB 14922237
HSL0.770.860.51
HSV275°91°93°
CMYK 0.370.910.00   0.07
XYZ27.967413.077881.1710
Yxy13.07780.22880.1070
Hunter Lab36.163274.7601-107.7664
CIE-Lab42.880278.7694-79.8293

#9516ed color RGB value is (149,22,237).

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

The process color (four color CMYK) of #9516ed color hex is 0.37, 0.91, 0.00, 0.07. Web safe color of #9516ed is #9900ff. Color #9516ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010110 11101101
Octal 225 26 355
Decimal 149 22 237
Hex 95 16 ED

RGB Percentages of Color #9516ed

%36.52
%5.39
%58.09

CMYK Percentages of Color #9516ed

%37
%91
%0
%7

Triadic Colors of #9516ed

#9516ed #ed9516 #16ed95

Analogous Colors of #9516ed

#9516ed #ed16da #2916ed

Monochromatic Colors of #9516ed

#9516ed

Complementary Color

#9516ed #6eed16

#9516ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9516ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9516ed Color CSS Codes

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

#9516ed Text Font Color

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

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


#9516ed Background Color

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

This div background color is #9516ed


#9516ed Border Color

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

This div border color is #9516ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,22,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9516ed


Comments

No comments written yet.

Please login to write comment.