Color Hex Logo

#9756ac Color Hex

#9756AC
(151,86,172)
0 Favorites   0 Comments

Color spaces of #9756ac

RGB 15186172
HSL0.790.340.51
HSV285°50°67°
CMYK 0.120.500.00   0.33
XYZ23.536716.213440.9187
Yxy16.21340.29180.2010
Hunter Lab40.265933.8738-32.0652
CIE-Lab47.253241.3395-35.2707

#9756ac color RGB value is (151,86,172).

#9756ac hex color red value is 151, green value is 86 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9756ac hue: 0.79 , saturation: 0.34 and the lightness value of 9756ac is 0.51.

The process color (four color CMYK) of #9756ac color hex is 0.12, 0.50, 0.00, 0.33. Web safe color of #9756ac is #996699. Color #9756ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01010110 10101100
Octal 227 126 254
Decimal 151 86 172
Hex 97 56 AC

RGB Percentages of Color #9756ac

%36.92
%21.03
%42.05

CMYK Percentages of Color #9756ac

%12
%50
%0
%33

Triadic Colors of #9756ac

#9756ac #ac9756 #56ac97

Analogous Colors of #9756ac

#9756ac #ac5696 #6c56ac

Monochromatic Colors of #9756ac

#9756ac

Complementary Color

#9756ac #6bac56

#9756ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9756ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9756ac Color CSS Codes

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

#9756ac Text Font Color

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

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


#9756ac Background Color

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

This div background color is #9756ac


#9756ac Border Color

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

This div border color is #9756ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9756ac


Comments

No comments written yet.

Please login to write comment.