Color Hex Logo

#9560ac Color Hex

#9560AC
(149,96,172)
0 Favorites   0 Comments

Color spaces of #9560ac

RGB 14996172
HSL0.780.310.53
HSV282°44°67°
CMYK 0.130.440.00   0.33
XYZ24.023717.733941.1865
Yxy17.73390.28960.2138
Hunter Lab42.111628.1347-28.5093
CIE-Lab49.171835.2208-32.2771

#9560ac color RGB value is (149,96,172).

#9560ac hex color red value is 149, green value is 96 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9560ac hue: 0.78 , saturation: 0.31 and the lightness value of 9560ac is 0.53.

The process color (four color CMYK) of #9560ac color hex is 0.13, 0.44, 0.00, 0.33. Web safe color of #9560ac is #996699. Color #9560ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100000 10101100
Octal 225 140 254
Decimal 149 96 172
Hex 95 60 AC

RGB Percentages of Color #9560ac

%35.73
%23.02
%41.25

CMYK Percentages of Color #9560ac

%13
%44
%0
%33

Triadic Colors of #9560ac

#9560ac #ac9560 #60ac95

Analogous Colors of #9560ac

#9560ac #ac609d #6f60ac

Monochromatic Colors of #9560ac

#9560ac

Complementary Color

#9560ac #77ac60

#9560ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9560ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9560ac Color CSS Codes

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

#9560ac Text Font Color

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

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


#9560ac Background Color

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

This div background color is #9560ac


#9560ac Border Color

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

This div border color is #9560ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,96,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 #9560ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9560ac


Comments

No comments written yet.

Please login to write comment.