Color Hex Logo

#a640c7 Color Hex

#A640C7
(166,64,199)
0 Favorites   0 Comments

Color spaces of #a640c7

RGB 16664199
HSL0.790.550.52
HSV285°68°78°
CMYK 0.170.680.00   0.22
XYZ27.868115.897355.6325
Yxy15.89730.28040.1599
Hunter Lab39.871454.9875-54.8172
CIE-Lab46.839561.3097-51.5454

#a640c7 color RGB value is (166,64,199).

#a640c7 hex color red value is 166, green value is 64 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #a640c7 hue: 0.79 , saturation: 0.55 and the lightness value of a640c7 is 0.52.

The process color (four color CMYK) of #a640c7 color hex is 0.17, 0.68, 0.00, 0.22. Web safe color of #a640c7 is #9933cc. Color #a640c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000000 11000111
Octal 246 100 307
Decimal 166 64 199
Hex A6 40 C7

RGB Percentages of Color #a640c7

%38.69
%14.92
%46.39

CMYK Percentages of Color #a640c7

%17
%68
%0
%22

Triadic Colors of #a640c7

#a640c7 #c7a640 #40c7a6

Analogous Colors of #a640c7

#a640c7 #c740a5 #6340c7

Monochromatic Colors of #a640c7

#a640c7

Complementary Color

#a640c7 #61c740

#a640c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a640c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a640c7 Color CSS Codes

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

#a640c7 Text Font Color

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

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


#a640c7 Background Color

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

This div background color is #a640c7


#a640c7 Border Color

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

This div border color is #a640c7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,64,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a640c7


Comments

No comments written yet.

Please login to write comment.