Color Hex Logo

#9a55ac Color Hex

#9A55AC
(154,85,172)
0 Favorites   0 Comments

Color spaces of #9a55ac

RGB 15485172
HSL0.800.340.50
HSV288°51°67°
CMYK 0.100.510.00   0.33
XYZ24.021316.345640.9187
Yxy16.34560.29550.2011
Hunter Lab40.429735.3038-31.7063
CIE-Lab47.424742.7407-34.9751

#9a55ac color RGB value is (154,85,172).

#9a55ac hex color red value is 154, green value is 85 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9a55ac hue: 0.80 , saturation: 0.34 and the lightness value of 9a55ac is 0.50.

The process color (four color CMYK) of #9a55ac color hex is 0.10, 0.51, 0.00, 0.33. Web safe color of #9a55ac is #996699. Color #9a55ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01010101 10101100
Octal 232 125 254
Decimal 154 85 172
Hex 9A 55 AC

RGB Percentages of Color #9a55ac

%37.47
%20.68
%41.85

CMYK Percentages of Color #9a55ac

%10
%51
%0
%33

Triadic Colors of #9a55ac

#9a55ac #ac9a55 #55ac9a

Analogous Colors of #9a55ac

#9a55ac #ac5593 #6f55ac

Monochromatic Colors of #9a55ac

#9a55ac

Complementary Color

#9a55ac #67ac55

#9a55ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a55ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a55ac Color CSS Codes

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

#9a55ac Text Font Color

<p style="color:#9a55ac">Text here</p>

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


#9a55ac Background Color

<div style="background-color:#9a55ac">
Div content here</div>

This div background color is #9a55ac


#9a55ac Border Color

<div style="border:3px solid #9a55ac">
Div here</div>

This div border color is #9a55ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,85,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a55ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a55ac;
  -webkit-box-shadow: 1px 1px 3px 2px #9a55ac;
  box-shadow:         1px 1px 3px 2px #9a55ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,85,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 #9a55ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a55ac


Comments

No comments written yet.

Please login to write comment.