Color Hex Logo

#9517ba Color Hex

#9517BA
(149,23,186)
0 Favorites   0 Comments

Color spaces of #9517ba

RGB 14923186
HSL0.800.780.41
HSV286°88°73°
CMYK 0.200.880.00   0.27
XYZ21.563710.547547.3537
Yxy10.54750.27140.1327
Hunter Lab32.476961.6841-63.7153
CIE-Lab38.807668.7122-57.0327

#9517ba color RGB value is (149,23,186).

#9517ba hex color red value is 149, green value is 23 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9517ba hue: 0.80 , saturation: 0.78 and the lightness value of 9517ba is 0.41.

The process color (four color CMYK) of #9517ba color hex is 0.20, 0.88, 0.00, 0.27. Web safe color of #9517ba is #9900cc. Color #9517ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010111 10111010
Octal 225 27 272
Decimal 149 23 186
Hex 95 17 BA

RGB Percentages of Color #9517ba

%41.62
%6.42
%51.96

CMYK Percentages of Color #9517ba

%20
%88
%0
%27

Triadic Colors of #9517ba

#9517ba #ba9517 #17ba95

Analogous Colors of #9517ba

#9517ba #ba178e #4417ba

Monochromatic Colors of #9517ba

#9517ba

Complementary Color

#9517ba #3cba17

#9517ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9517ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9517ba Color CSS Codes

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

#9517ba Text Font Color

<p style="color:#9517ba">Text here</p>

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


#9517ba Background Color

<div style="background-color:#9517ba">
Div content here</div>

This div background color is #9517ba


#9517ba Border Color

<div style="border:3px solid #9517ba">
Div here</div>

This div border color is #9517ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,23,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9517ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9517ba;
  -webkit-box-shadow: 1px 1px 3px 2px #9517ba;
  box-shadow:         1px 1px 3px 2px #9517ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9517ba


Comments

No comments written yet.

Please login to write comment.