Color Hex Logo

#9617eb Color Hex

#9617EB
(150,23,235)
0 Favorites   0 Comments

Color spaces of #9617eb

RGB 15023235
HSL0.770.840.51
HSV276°90°92°
CMYK 0.360.900.00   0.08
XYZ27.879513.095079.6554
Yxy13.09500.23110.1086
Hunter Lab36.187074.1942-105.1791
CIE-Lab42.906078.3094-78.6490

#9617eb color RGB value is (150,23,235).

#9617eb hex color red value is 150, green value is 23 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9617eb hue: 0.77 , saturation: 0.84 and the lightness value of 9617eb is 0.51.

The process color (four color CMYK) of #9617eb color hex is 0.36, 0.90, 0.00, 0.08. Web safe color of #9617eb is #9900ff. Color #9617eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010111 11101011
Octal 226 27 353
Decimal 150 23 235
Hex 96 17 EB

RGB Percentages of Color #9617eb

%36.76
%5.64
%57.60

CMYK Percentages of Color #9617eb

%36
%90
%0
%8

Triadic Colors of #9617eb

#9617eb #eb9617 #17eb96

Analogous Colors of #9617eb

#9617eb #eb17d6 #2c17eb

Monochromatic Colors of #9617eb

#9617eb

Complementary Color

#9617eb #6ceb17

#9617eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9617eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9617eb Color CSS Codes

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

#9617eb Text Font Color

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

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


#9617eb Background Color

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

This div background color is #9617eb


#9617eb Border Color

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

This div border color is #9617eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9617eb


Comments

No comments written yet.

Please login to write comment.