Color Hex Logo

#a620ce Color Hex

#A620CE
(166,32,206)
0 Favorites   0 Comments

Color spaces of #a620ce

RGB 16632206
HSL0.800.730.47
HSV286°84°81°
CMYK 0.190.840.00   0.19
XYZ27.383013.596259.5736
Yxy13.59620.27230.1352
Hunter Lab36.873068.0316-69.9803
CIE-Lab43.648273.1266-60.7375

#a620ce color RGB value is (166,32,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100000 11001110
Octal 246 40 316
Decimal 166 32 206
Hex A6 20 CE

RGB Percentages of Color #a620ce

%41.09
%7.92
%50.99

CMYK Percentages of Color #a620ce

%19
%84
%0
%19

Triadic Colors of #a620ce

#a620ce #cea620 #20cea6

Analogous Colors of #a620ce

#a620ce #ce209f #4f20ce

Monochromatic Colors of #a620ce

#a620ce

Complementary Color

#a620ce #48ce20

#a620ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a620ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a620ce Color CSS Codes

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

#a620ce Text Font Color

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

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


#a620ce Background Color

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

This div background color is #a620ce


#a620ce Border Color

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

This div border color is #a620ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a620ce


Comments

No comments written yet.

Please login to write comment.