Color Hex Logo

#9377ac Color Hex

#9377AC
(147,119,172)
0 Favorites   0 Comments

Color spaces of #9377ac

RGB 147119172
HSL0.750.240.57
HSV272°31°67°
CMYK 0.150.310.00   0.33
XYZ26.075822.375341.9742
Yxy22.37530.28840.2474
Hunter Lab47.302515.6197-19.4996
CIE-Lab54.423021.3428-24.1396

#9377ac color RGB value is (147,119,172).

#9377ac hex color red value is 147, green value is 119 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9377ac hue: 0.75 , saturation: 0.24 and the lightness value of 9377ac is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01110111 10101100
Octal 223 167 254
Decimal 147 119 172
Hex 93 77 AC

RGB Percentages of Color #9377ac

%33.56
%27.17
%39.27

CMYK Percentages of Color #9377ac

%15
%31
%0
%33

Triadic Colors of #9377ac

#9377ac #ac9377 #77ac93

Analogous Colors of #9377ac

#9377ac #ac77ab #7977ac

Monochromatic Colors of #9377ac

#9377ac

Complementary Color

#9377ac #90ac77

#9377ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9377ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9377ac Color CSS Codes

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

#9377ac Text Font Color

<p style="color:#9377ac">Text here</p>

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


#9377ac Background Color

<div style="background-color:#9377ac">
Div content here</div>

This div background color is #9377ac


#9377ac Border Color

<div style="border:3px solid #9377ac">
Div here</div>

This div border color is #9377ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,119,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9377ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9377ac;
  -webkit-box-shadow: 1px 1px 3px 2px #9377ac;
  box-shadow:         1px 1px 3px 2px #9377ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,119,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9377ac


Comments

No comments written yet.

Please login to write comment.