Color Hex Logo

#a620dd Color Hex

#A620DD
(166,32,221)
0 Favorites   0 Comments

Color spaces of #a620dd

RGB 16632221
HSL0.780.750.50
HSV283°86°87°
CMYK 0.250.860.00   0.13
XYZ29.293514.360569.6345
Yxy14.36050.25860.1268
Hunter Lab37.895371.6660-82.4218
CIE-Lab44.745675.9045-67.5793

#a620dd color RGB value is (166,32,221).

#a620dd hex color red value is 166, green value is 32 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a620dd hue: 0.78 , saturation: 0.75 and the lightness value of a620dd is 0.50.

The process color (four color CMYK) of #a620dd color hex is 0.25, 0.86, 0.00, 0.13. Web safe color of #a620dd is #9933cc. Color #a620dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100000 11011101
Octal 246 40 335
Decimal 166 32 221
Hex A6 20 DD

RGB Percentages of Color #a620dd

%39.62
%7.64
%52.74

CMYK Percentages of Color #a620dd

%25
%86
%0
%13

Triadic Colors of #a620dd

#a620dd #dda620 #20dda6

Analogous Colors of #a620dd

#a620dd #dd20b6 #4720dd

Monochromatic Colors of #a620dd

#a620dd

Complementary Color

#a620dd #57dd20

#a620dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a620dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a620dd Color CSS Codes

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

#a620dd Text Font Color

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

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


#a620dd Background Color

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

This div background color is #a620dd


#a620dd Border Color

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

This div border color is #a620dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a620dd


Comments

No comments written yet.

Please login to write comment.