Color Hex Logo

#9176ce Color Hex

#9176CE
(145,118,206)
0 Favorites   0 Comments

Color spaces of #9176ce

RGB 145118206
HSL0.720.470.64
HSV258°43°81°
CMYK 0.300.430.00   0.19
XYZ29.296123.432861.3714
Yxy23.43280.25680.2054
Hunter Lab48.407423.3149-41.2832
CIE-Lab55.515429.4929-41.9060

#9176ce color RGB value is (145,118,206).

#9176ce hex color red value is 145, green value is 118 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9176ce hue: 0.72 , saturation: 0.47 and the lightness value of 9176ce is 0.64.

The process color (four color CMYK) of #9176ce color hex is 0.30, 0.43, 0.00, 0.19. Web safe color of #9176ce is #9966cc. Color #9176ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01110110 11001110
Octal 221 166 316
Decimal 145 118 206
Hex 91 76 CE

RGB Percentages of Color #9176ce

%30.92
%25.16
%43.92

CMYK Percentages of Color #9176ce

%30
%43
%0
%19

Triadic Colors of #9176ce

#9176ce #ce9176 #76ce91

Analogous Colors of #9176ce

#9176ce #bd76ce #7687ce

Monochromatic Colors of #9176ce

#9176ce

Complementary Color

#9176ce #b3ce76

#9176ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9176ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9176ce Color CSS Codes

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

#9176ce Text Font Color

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

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


#9176ce Background Color

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

This div background color is #9176ce


#9176ce Border Color

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

This div border color is #9176ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9176ce


Comments

No comments written yet.

Please login to write comment.