Color Hex Logo

#a640ce Color Hex

#A640CE
(166,64,206)
0 Favorites   0 Comments

Color spaces of #a640ce

RGB 16664206
HSL0.790.590.53
HSV283°69°81°
CMYK 0.190.690.00   0.19
XYZ28.699916.230060.0126
Yxy16.23000.27350.1547
Hunter Lab40.286556.6613-60.1206
CIE-Lab47.274862.7057-54.8855

#a640ce color RGB value is (166,64,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000000 11001110
Octal 246 100 316
Decimal 166 64 206
Hex A6 40 CE

RGB Percentages of Color #a640ce

%38.07
%14.68
%47.25

CMYK Percentages of Color #a640ce

%19
%69
%0
%19

Triadic Colors of #a640ce

#a640ce #cea640 #40cea6

Analogous Colors of #a640ce

#a640ce #ce40af #5f40ce

Monochromatic Colors of #a640ce

#a640ce

Complementary Color

#a640ce #68ce40

#a640ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a640ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a640ce Color CSS Codes

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

#a640ce Text Font Color

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

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


#a640ce Background Color

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

This div background color is #a640ce


#a640ce Border Color

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

This div border color is #a640ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a640ce


Comments

No comments written yet.

Please login to write comment.