Color Hex Logo

#9779af Color Hex

#9779AF
(151,121,175)
0 Favorites   0 Comments

Color spaces of #9779af

RGB 151121175
HSL0.760.250.58
HSV273°31°69°
CMYK 0.140.310.00   0.31
XYZ27.337723.349243.6234
Yxy23.34920.28990.2476
Hunter Lab48.321016.4249-19.7013
CIE-Lab55.430222.1597-24.2848

#9779af color RGB value is (151,121,175).

#9779af hex color red value is 151, green value is 121 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9779af hue: 0.76 , saturation: 0.25 and the lightness value of 9779af is 0.58.

The process color (four color CMYK) of #9779af color hex is 0.14, 0.31, 0.00, 0.31. Web safe color of #9779af is #996699. Color #9779af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111001 10101111
Octal 227 171 257
Decimal 151 121 175
Hex 97 79 AF

RGB Percentages of Color #9779af

%33.78
%27.07
%39.15

CMYK Percentages of Color #9779af

%14
%31
%0
%31

Triadic Colors of #9779af

#9779af #af9779 #79af97

Analogous Colors of #9779af

#9779af #af79ac #7c79af

Monochromatic Colors of #9779af

#9779af

Complementary Color

#9779af #91af79

#9779af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9779af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9779af Color CSS Codes

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

#9779af Text Font Color

<p style="color:#9779af">Text here</p>

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


#9779af Background Color

<div style="background-color:#9779af">
Div content here</div>

This div background color is #9779af


#9779af Border Color

<div style="border:3px solid #9779af">
Div here</div>

This div border color is #9779af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,121,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9779af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9779af;
  -webkit-box-shadow: 1px 1px 3px 2px #9779af;
  box-shadow:         1px 1px 3px 2px #9779af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,121,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9779af


Comments

No comments written yet.

Please login to write comment.