Color Hex Logo

#a994cc Color Hex

#A994CC
(169,148,204)
0 Favorites   0 Comments

Color spaces of #a994cc

RGB 169148204
HSL0.730.350.69
HSV263°27°80°
CMYK 0.170.270.00   0.20
XYZ37.851233.974561.6895
Yxy33.97450.28350.2545
Hunter Lab58.287613.9121-21.9490
CIE-Lab64.942318.9717-25.9376

#a994cc color RGB value is (169,148,204).

#a994cc hex color red value is 169, green value is 148 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a994cc hue: 0.73 , saturation: 0.35 and the lightness value of a994cc is 0.69.

The process color (four color CMYK) of #a994cc color hex is 0.17, 0.27, 0.00, 0.20. Web safe color of #a994cc is #9999cc. Color #a994cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010100 11001100
Octal 251 224 314
Decimal 169 148 204
Hex A9 94 CC

RGB Percentages of Color #a994cc

%32.44
%28.41
%39.16

CMYK Percentages of Color #a994cc

%17
%27
%0
%20

Triadic Colors of #a994cc

#a994cc #cca994 #94cca9

Analogous Colors of #a994cc

#a994cc #c594cc #949bcc

Monochromatic Colors of #a994cc

#a994cc

Complementary Color

#a994cc #b7cc94

#a994cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a994cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a994cc Color CSS Codes

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

#a994cc Text Font Color

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

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


#a994cc Background Color

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

This div background color is #a994cc


#a994cc Border Color

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

This div border color is #a994cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a994cc


Comments

No comments written yet.

Please login to write comment.