Color Hex Logo

#a664cc Color Hex

#A664CC
(166,100,204)
0 Favorites   0 Comments

Color spaces of #a664cc

RGB 166100204
HSL0.770.500.60
HSV278°51°80°
CMYK 0.190.510.00   0.20
XYZ31.182121.581059.6488
Yxy21.58100.27740.1920
Hunter Lab46.455438.5172-43.6098
CIE-Lab53.579644.9344-43.6831

#a664cc color RGB value is (166,100,204).

#a664cc hex color red value is 166, green value is 100 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a664cc hue: 0.77 , saturation: 0.50 and the lightness value of a664cc is 0.60.

The process color (four color CMYK) of #a664cc color hex is 0.19, 0.51, 0.00, 0.20. Web safe color of #a664cc is #9966cc. Color #a664cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100100 11001100
Octal 246 144 314
Decimal 166 100 204
Hex A6 64 CC

RGB Percentages of Color #a664cc

%35.32
%21.28
%43.40

CMYK Percentages of Color #a664cc

%19
%51
%0
%20

Triadic Colors of #a664cc

#a664cc #cca664 #64cca6

Analogous Colors of #a664cc

#a664cc #cc64be #7264cc

Monochromatic Colors of #a664cc

#a664cc

Complementary Color

#a664cc #8acc64

#a664cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a664cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a664cc Color CSS Codes

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

#a664cc Text Font Color

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

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


#a664cc Background Color

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

This div background color is #a664cc


#a664cc Border Color

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

This div border color is #a664cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a664cc


Comments

No comments written yet.

Please login to write comment.