Color Hex Logo

#9617ac Color Hex

#9617AC
(150,23,172)
0 Favorites   0 Comments

Color spaces of #9617ac

RGB 15023172
HSL0.810.760.38
HSV291°87°67°
CMYK 0.130.870.00   0.33
XYZ20.330510.075439.9029
Yxy10.07540.28920.1433
Hunter Lab31.741858.7806-52.3148
CIE-Lab37.977466.3631-50.0592

#9617ac color RGB value is (150,23,172).

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

The process color (four color CMYK) of #9617ac color hex is 0.13, 0.87, 0.00, 0.33. Web safe color of #9617ac is #990099. Color #9617ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010111 10101100
Octal 226 27 254
Decimal 150 23 172
Hex 96 17 AC

RGB Percentages of Color #9617ac

%43.48
%6.67
%49.86

CMYK Percentages of Color #9617ac

%13
%87
%0
%33

Triadic Colors of #9617ac

#9617ac #ac9617 #17ac96

Analogous Colors of #9617ac

#9617ac #ac1778 #4c17ac

Monochromatic Colors of #9617ac

#9617ac

Complementary Color

#9617ac #2dac17

#9617ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9617ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9617ac Color CSS Codes

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

#9617ac Text Font Color

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

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


#9617ac Background Color

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

This div background color is #9617ac


#9617ac Border Color

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

This div border color is #9617ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9617ac


Comments

No comments written yet.

Please login to write comment.