Color Hex Logo

#a641cc Color Hex

#A641CC
(166,65,204)
0 Favorites   0 Comments

Color spaces of #a641cc

RGB 16665204
HSL0.790.580.53
HSV284°68°80°
CMYK 0.190.680.00   0.20
XYZ28.515316.247258.7598
Yxy16.24720.27550.1569
Hunter Lab40.307855.7391-58.2161
CIE-Lab47.297261.8886-53.6978

#a641cc color RGB value is (166,65,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000001 11001100
Octal 246 101 314
Decimal 166 65 204
Hex A6 41 CC

RGB Percentages of Color #a641cc

%38.16
%14.94
%46.90

CMYK Percentages of Color #a641cc

%19
%68
%0
%20

Triadic Colors of #a641cc

#a641cc #cca641 #41cca6

Analogous Colors of #a641cc

#a641cc #cc41ad #6141cc

Monochromatic Colors of #a641cc

#a641cc

Complementary Color

#a641cc #67cc41

#a641cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a641cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a641cc Color CSS Codes

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

#a641cc Text Font Color

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

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


#a641cc Background Color

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

This div background color is #a641cc


#a641cc Border Color

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

This div border color is #a641cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a641cc


Comments

No comments written yet.

Please login to write comment.