Color Hex Logo

#9764ac Color Hex

#9764AC
(151,100,172)
0 Favorites   0 Comments

Color spaces of #9764ac

RGB 151100172
HSL0.780.300.53
HSV283°42°67°
CMYK 0.120.420.00   0.33
XYZ24.766118.672241.3285
Yxy18.67220.29220.2203
Hunter Lab43.211326.6854-26.4586
CIE-Lab50.301533.5748-30.4953

#9764ac color RGB value is (151,100,172).

#9764ac hex color red value is 151, green value is 100 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9764ac hue: 0.78 , saturation: 0.30 and the lightness value of 9764ac is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100100 10101100
Octal 227 144 254
Decimal 151 100 172
Hex 97 64 AC

RGB Percentages of Color #9764ac

%35.70
%23.64
%40.66

CMYK Percentages of Color #9764ac

%12
%42
%0
%33

Triadic Colors of #9764ac

#9764ac #ac9764 #64ac97

Analogous Colors of #9764ac

#9764ac #ac649d #7364ac

Monochromatic Colors of #9764ac

#9764ac

Complementary Color

#9764ac #79ac64

#9764ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9764ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9764ac Color CSS Codes

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

#9764ac Text Font Color

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

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


#9764ac Background Color

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

This div background color is #9764ac


#9764ac Border Color

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

This div border color is #9764ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9764ac


Comments

No comments written yet.

Please login to write comment.