Color Hex Logo

#a64acc Color Hex

#A64ACC
(166,74,204)
0 Favorites   0 Comments

Color spaces of #a64acc

RGB 16674204
HSL0.780.560.55
HSV282°64°80°
CMYK 0.190.640.00   0.20
XYZ29.073717.364258.9460
Yxy17.36420.27590.1648
Hunter Lab41.670451.6175-54.7011
CIE-Lab48.715757.9450-51.4239

#a64acc color RGB value is (166,74,204).

#a64acc hex color red value is 166, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a64acc hue: 0.78 , saturation: 0.56 and the lightness value of a64acc is 0.55.

The process color (four color CMYK) of #a64acc color hex is 0.19, 0.64, 0.00, 0.20. Web safe color of #a64acc is #9933cc. Color #a64acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001010 11001100
Octal 246 112 314
Decimal 166 74 204
Hex A6 4A CC

RGB Percentages of Color #a64acc

%37.39
%16.67
%45.95

CMYK Percentages of Color #a64acc

%19
%64
%0
%20

Triadic Colors of #a64acc

#a64acc #cca64a #4acca6

Analogous Colors of #a64acc

#a64acc #cc4ab1 #654acc

Monochromatic Colors of #a64acc

#a64acc

Complementary Color

#a64acc #70cc4a

#a64acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64acc Color CSS Codes

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

#a64acc Text Font Color

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

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


#a64acc Background Color

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

This div background color is #a64acc


#a64acc Border Color

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

This div border color is #a64acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64acc


Comments

No comments written yet.

Please login to write comment.