Color Hex Logo

#9176ba Color Hex

#9176BA
(145,118,186)
0 Favorites   0 Comments

Color spaces of #9176ba

RGB 145118186
HSL0.730.330.60
HSV264°37°73°
CMYK 0.220.370.00   0.27
XYZ27.018422.521849.3775
Yxy22.52180.27310.2277
Hunter Lab47.457118.5740-28.4692
CIE-Lab54.576324.5503-31.9739

#9176ba color RGB value is (145,118,186).

#9176ba hex color red value is 145, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9176ba hue: 0.73 , saturation: 0.33 and the lightness value of 9176ba is 0.60.

The process color (four color CMYK) of #9176ba color hex is 0.22, 0.37, 0.00, 0.27. Web safe color of #9176ba is #9966cc. Color #9176ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110110 10111010
Octal 221 166 272
Decimal 145 118 186
Hex 91 76 BA

RGB Percentages of Color #9176ba

%32.29
%26.28
%41.43

CMYK Percentages of Color #9176ba

%22
%37
%0
%27

Triadic Colors of #9176ba

#9176ba #ba9176 #76ba91

Analogous Colors of #9176ba

#9176ba #b376ba #767dba

Monochromatic Colors of #9176ba

#9176ba

Complementary Color

#9176ba #9fba76

#9176ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9176ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9176ba Color CSS Codes

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

#9176ba Text Font Color

<p style="color:#9176ba">Text here</p>

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


#9176ba Background Color

<div style="background-color:#9176ba">
Div content here</div>

This div background color is #9176ba


#9176ba Border Color

<div style="border:3px solid #9176ba">
Div here</div>

This div border color is #9176ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,118,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9176ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9176ba;
  -webkit-box-shadow: 1px 1px 3px 2px #9176ba;
  box-shadow:         1px 1px 3px 2px #9176ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9176ba


Comments

No comments written yet.

Please login to write comment.