Color Hex Logo

#a979cc Color Hex

#A979CC
(169,121,204)
0 Favorites   0 Comments

Color spaces of #a979cc

RGB 169121204
HSL0.760.450.64
HSV275°41°80°
CMYK 0.170.410.00   0.20
XYZ34.098626.469460.4387
Yxy26.46940.28180.2187
Hunter Lab51.448428.2702-33.6367
CIE-Lab58.479934.2446-35.9534

#a979cc color RGB value is (169,121,204).

#a979cc hex color red value is 169, green value is 121 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a979cc hue: 0.76 , saturation: 0.45 and the lightness value of a979cc is 0.64.

The process color (four color CMYK) of #a979cc color hex is 0.17, 0.41, 0.00, 0.20. Web safe color of #a979cc is #9966cc. Color #a979cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111001 11001100
Octal 251 171 314
Decimal 169 121 204
Hex A9 79 CC

RGB Percentages of Color #a979cc

%34.21
%24.49
%41.30

CMYK Percentages of Color #a979cc

%17
%41
%0
%20

Triadic Colors of #a979cc

#a979cc #cca979 #79cca9

Analogous Colors of #a979cc

#a979cc #cc79c6 #8079cc

Monochromatic Colors of #a979cc

#a979cc

Complementary Color

#a979cc #9ccc79

#a979cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a979cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a979cc Color CSS Codes

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

#a979cc Text Font Color

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

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


#a979cc Background Color

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

This div background color is #a979cc


#a979cc Border Color

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

This div border color is #a979cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a979cc

#a979cc Color Palettes


Comments

No comments written yet.

Please login to write comment.