Color Hex Logo

#9176ab Color Hex

#9176AB
(145,118,171)
0 Favorites   0 Comments

Color spaces of #9176ab

RGB 145118171
HSL0.750.240.57
HSV271°31°67°
CMYK 0.150.310.00   0.33
XYZ25.506221.916941.4141
Yxy21.91690.28710.2467
Hunter Lab46.815515.3240-19.6785
CIE-Lab53.938721.0470-24.3241

#9176ab color RGB value is (145,118,171).

#9176ab hex color red value is 145, green value is 118 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9176ab hue: 0.75 , saturation: 0.24 and the lightness value of 9176ab is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110110 10101011
Octal 221 166 253
Decimal 145 118 171
Hex 91 76 AB

RGB Percentages of Color #9176ab

%33.41
%27.19
%39.40

CMYK Percentages of Color #9176ab

%15
%31
%0
%33

Triadic Colors of #9176ab

#9176ab #ab9176 #76ab91

Analogous Colors of #9176ab

#9176ab #ab76ab #7776ab

Monochromatic Colors of #9176ab

#9176ab

Complementary Color

#9176ab #90ab76

#9176ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9176ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9176ab Color CSS Codes

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

#9176ab Text Font Color

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

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


#9176ab Background Color

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

This div background color is #9176ab


#9176ab Border Color

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

This div border color is #9176ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9176ab


Comments

No comments written yet.

Please login to write comment.