Color Hex Logo

#9678ac Color Hex

#9678AC
(150,120,172)
0 Favorites   0 Comments

Color spaces of #9678ac

RGB 150120172
HSL0.760.240.57
HSV275°30°67°
CMYK 0.130.300.00   0.33
XYZ26.740522.895542.0396
Yxy22.89550.29170.2497
Hunter Lab47.849216.0184-18.5968
CIE-Lab54.964521.7459-23.2814

#9678ac color RGB value is (150,120,172).

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

The process color (four color CMYK) of #9678ac color hex is 0.13, 0.30, 0.00, 0.33. Web safe color of #9678ac is #996699. Color #9678ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111000 10101100
Octal 226 170 254
Decimal 150 120 172
Hex 96 78 AC

RGB Percentages of Color #9678ac

%33.94
%27.15
%38.91

CMYK Percentages of Color #9678ac

%13
%30
%0
%33

Triadic Colors of #9678ac

#9678ac #ac9678 #78ac96

Analogous Colors of #9678ac

#9678ac #ac78a8 #7c78ac

Monochromatic Colors of #9678ac

#9678ac

Complementary Color

#9678ac #8eac78

#9678ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9678ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9678ac Color CSS Codes

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

#9678ac Text Font Color

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

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


#9678ac Background Color

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

This div background color is #9678ac


#9678ac Border Color

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

This div border color is #9678ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,120,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 #9678ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9678ac


Comments

No comments written yet.

Please login to write comment.