Color Hex Logo

#a620cc Color Hex

#A620CC
(166,32,204)
0 Favorites   0 Comments

Color spaces of #a620cc

RGB 16632204
HSL0.800.730.46
HSV287°84°80°
CMYK 0.190.840.00   0.20
XYZ27.141513.499658.3019
Yxy13.49960.27430.1364
Hunter Lab36.741867.5614-68.3621
CIE-Lab43.506672.7632-59.8093

#a620cc color RGB value is (166,32,204).

#a620cc hex color red value is 166, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a620cc hue: 0.80 , saturation: 0.73 and the lightness value of a620cc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100000 11001100
Octal 246 40 314
Decimal 166 32 204
Hex A6 20 CC

RGB Percentages of Color #a620cc

%41.29
%7.96
%50.75

CMYK Percentages of Color #a620cc

%19
%84
%0
%20

Triadic Colors of #a620cc

#a620cc #cca620 #20cca6

Analogous Colors of #a620cc

#a620cc #cc209c #5020cc

Monochromatic Colors of #a620cc

#a620cc

Complementary Color

#a620cc #46cc20

#a620cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a620cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a620cc Color CSS Codes

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

#a620cc Text Font Color

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

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


#a620cc Background Color

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

This div background color is #a620cc


#a620cc Border Color

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

This div border color is #a620cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a620cc


Comments

No comments written yet.

Please login to write comment.