Color Hex Logo

#9376aa Color Hex

#9376AA
(147,118,170)
0 Favorites   0 Comments

Color spaces of #9376aa

RGB 147118170
HSL0.760.230.56
HSV273°31°67°
CMYK 0.140.310.00   0.33
XYZ25.766822.062240.9306
Yxy22.06220.29030.2486
Hunter Lab46.970415.7224-18.7867
CIE-Lab54.092921.4769-23.4921

#9376aa color RGB value is (147,118,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110110 10101010
Octal 223 166 252
Decimal 147 118 170
Hex 93 76 AA

RGB Percentages of Color #9376aa

%33.79
%27.13
%39.08

CMYK Percentages of Color #9376aa

%14
%31
%0
%33

Triadic Colors of #9376aa

#9376aa #aa9376 #76aa93

Analogous Colors of #9376aa

#9376aa #aa76a7 #7976aa

Monochromatic Colors of #9376aa

#9376aa

Complementary Color

#9376aa #8daa76

#9376aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9376aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9376aa Color CSS Codes

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

#9376aa Text Font Color

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

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


#9376aa Background Color

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

This div background color is #9376aa


#9376aa Border Color

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

This div border color is #9376aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9376aa


Comments

No comments written yet.

Please login to write comment.