Color Hex Logo

#9617fa Color Hex

#9617FA
(150,23,250)
0 Favorites   0 Comments

Color spaces of #9617fa

RGB 15023250
HSL0.760.960.54
HSV274°91°98°
CMYK 0.400.910.00   0.02
XYZ30.139413.999091.5560
Yxy13.99900.22210.1032
Hunter Lab37.415278.3119-118.8934
CIE-Lab44.231581.3404-84.9252

#9617fa color RGB value is (150,23,250).

#9617fa hex color red value is 150, green value is 23 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9617fa hue: 0.76 , saturation: 0.96 and the lightness value of 9617fa is 0.54.

The process color (four color CMYK) of #9617fa color hex is 0.40, 0.91, 0.00, 0.02. Web safe color of #9617fa is #9900ff. Color #9617fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010111 11111010
Octal 226 27 372
Decimal 150 23 250
Hex 96 17 FA

RGB Percentages of Color #9617fa

%35.46
%5.44
%59.10

CMYK Percentages of Color #9617fa

%40
%91
%0
%2

Triadic Colors of #9617fa

#9617fa #fa9617 #17fa96

Analogous Colors of #9617fa

#9617fa #fa17ed #2517fa

Monochromatic Colors of #9617fa

#9617fa

Complementary Color

#9617fa #7bfa17

#9617fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9617fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9617fa Color CSS Codes

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

#9617fa Text Font Color

<p style="color:#9617fa">Text here</p>

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


#9617fa Background Color

<div style="background-color:#9617fa">
Div content here</div>

This div background color is #9617fa


#9617fa Border Color

<div style="border:3px solid #9617fa">
Div here</div>

This div border color is #9617fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,23,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9617fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9617fa;
  -webkit-box-shadow: 1px 1px 3px 2px #9617fa;
  box-shadow:         1px 1px 3px 2px #9617fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9617fa


Comments

No comments written yet.

Please login to write comment.