Color Hex Logo

#9172aa Color Hex

#9172AA
(145,114,170)
0 Favorites   0 Comments

Color spaces of #9172aa

RGB 145114170
HSL0.760.250.56
HSV273°33°67°
CMYK 0.150.330.00   0.33
XYZ24.950120.956640.7602
Yxy20.95660.28790.2418
Hunter Lab45.778417.1738-20.7458
CIE-Lab52.902023.1547-25.3449

#9172aa color RGB value is (145,114,170).

#9172aa hex color red value is 145, green value is 114 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9172aa hue: 0.76 , saturation: 0.25 and the lightness value of 9172aa is 0.56.

The process color (four color CMYK) of #9172aa color hex is 0.15, 0.33, 0.00, 0.33. Web safe color of #9172aa is #996699. Color #9172aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110010 10101010
Octal 221 162 252
Decimal 145 114 170
Hex 91 72 AA

RGB Percentages of Color #9172aa

%33.80
%26.57
%39.63

CMYK Percentages of Color #9172aa

%15
%33
%0
%33

Triadic Colors of #9172aa

#9172aa #aa9172 #72aa91

Analogous Colors of #9172aa

#9172aa #aa72a7 #7572aa

Monochromatic Colors of #9172aa

#9172aa

Complementary Color

#9172aa #8baa72

#9172aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9172aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9172aa Color CSS Codes

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

#9172aa Text Font Color

<p style="color:#9172aa">Text here</p>

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


#9172aa Background Color

<div style="background-color:#9172aa">
Div content here</div>

This div background color is #9172aa


#9172aa Border Color

<div style="border:3px solid #9172aa">
Div here</div>

This div border color is #9172aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,114,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9172aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9172aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9172aa;
  box-shadow:         1px 1px 3px 2px #9172aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,114,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9172aa


Comments

No comments written yet.

Please login to write comment.