Color Hex Logo

#9779ab Color Hex

#9779AB
(151,121,171)
0 Favorites   0 Comments

Color spaces of #9779ab

RGB 151121171
HSL0.770.230.57
HSV276°29°67°
CMYK 0.120.290.00   0.33
XYZ26.950623.194341.5846
Yxy23.19430.29380.2529
Hunter Lab48.160515.6078-17.4822
CIE-Lab55.271921.2768-22.2241

#9779ab color RGB value is (151,121,171).

#9779ab hex color red value is 151, green value is 121 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9779ab hue: 0.77 , saturation: 0.23 and the lightness value of 9779ab is 0.57.

The process color (four color CMYK) of #9779ab color hex is 0.12, 0.29, 0.00, 0.33. Web safe color of #9779ab is #996699. Color #9779ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111001 10101011
Octal 227 171 253
Decimal 151 121 171
Hex 97 79 AB

RGB Percentages of Color #9779ab

%34.09
%27.31
%38.60

CMYK Percentages of Color #9779ab

%12
%29
%0
%33

Triadic Colors of #9779ab

#9779ab #ab9779 #79ab97

Analogous Colors of #9779ab

#9779ab #ab79a6 #7e79ab

Monochromatic Colors of #9779ab

#9779ab

Complementary Color

#9779ab #8dab79

#9779ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9779ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9779ab Color CSS Codes

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

#9779ab Text Font Color

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

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


#9779ab Background Color

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

This div background color is #9779ab


#9779ab Border Color

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

This div border color is #9779ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9779ab


Comments

No comments written yet.

Please login to write comment.