Color Hex Logo

#a779ab Color Hex

#A779AB
(167,121,171)
0 Favorites   0 Comments

Color spaces of #a779ab

RGB 167121171
HSL0.820.230.57
HSV295°29°67°
CMYK 0.020.290.00   0.33
XYZ30.124424.830541.7331
Yxy24.83050.31160.2568
Hunter Lab49.830220.7077-14.7746
CIE-Lab56.909926.6356-19.5725

#a779ab color RGB value is (167,121,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111001 10101011
Octal 247 171 253
Decimal 167 121 171
Hex A7 79 AB

RGB Percentages of Color #a779ab

%36.38
%26.36
%37.25

CMYK Percentages of Color #a779ab

%2
%29
%0
%33

Triadic Colors of #a779ab

#a779ab #aba779 #79aba7

Analogous Colors of #a779ab

#a779ab #ab7996 #8e79ab

Monochromatic Colors of #a779ab

#a779ab

Complementary Color

#a779ab #7dab79

#a779ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a779ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a779ab Color CSS Codes

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

#a779ab Text Font Color

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

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


#a779ab Background Color

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

This div background color is #a779ab


#a779ab Border Color

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

This div border color is #a779ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a779ab


Comments

No comments written yet.

Please login to write comment.