Color Hex Logo

#9178aa Color Hex

#9178AA
(145,120,170)
0 Favorites   0 Comments

Color spaces of #9178aa

RGB 145120170
HSL0.750.230.57
HSV270°29°67°
CMYK 0.150.290.00   0.33
XYZ25.649222.355040.9933
Yxy22.35500.28820.2512
Hunter Lab47.281114.0914-18.3084
CIE-Lab54.401719.6532-23.0335

#9178aa color RGB value is (145,120,170).

#9178aa hex color red value is 145, green value is 120 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9178aa hue: 0.75 , saturation: 0.23 and the lightness value of 9178aa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111000 10101010
Octal 221 170 252
Decimal 145 120 170
Hex 91 78 AA

RGB Percentages of Color #9178aa

%33.33
%27.59
%39.08

CMYK Percentages of Color #9178aa

%15
%29
%0
%33

Triadic Colors of #9178aa

#9178aa #aa9178 #78aa91

Analogous Colors of #9178aa

#9178aa #aa78aa #7878aa

Monochromatic Colors of #9178aa

#9178aa

Complementary Color

#9178aa #91aa78

#9178aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9178aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9178aa Color CSS Codes

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

#9178aa Text Font Color

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

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


#9178aa Background Color

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

This div background color is #9178aa


#9178aa Border Color

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

This div border color is #9178aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,120,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 #9178aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9178aa


Comments

No comments written yet.

Please login to write comment.