Color Hex Logo

#a606dd Color Hex

#A606DD
(166,6,221)
0 Favorites   0 Comments

Color spaces of #a606dd

RGB 1666221
HSL0.790.950.45
HSV285°97°87°
CMYK 0.250.970.00   0.13
XYZ28.842213.457769.4841
Yxy13.45770.25800.1204
Hunter Lab36.684776.1416-86.6211
CIE-Lab43.444979.7672-69.6976

#a606dd color RGB value is (166,6,221).

#a606dd hex color red value is 166, green value is 6 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a606dd hue: 0.79 , saturation: 0.95 and the lightness value of a606dd is 0.45.

The process color (four color CMYK) of #a606dd color hex is 0.25, 0.97, 0.00, 0.13. Web safe color of #a606dd is #9900cc. Color #a606dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000110 11011101
Octal 246 6 335
Decimal 166 6 221
Hex A6 6 DD

RGB Percentages of Color #a606dd

%42.24
%1.53
%56.23

CMYK Percentages of Color #a606dd

%25
%97
%0
%13

Triadic Colors of #a606dd

#a606dd #dda606 #06dda6

Analogous Colors of #a606dd

#a606dd #dd06a9 #3a06dd

Monochromatic Colors of #a606dd

#a606dd

Complementary Color

#a606dd #3ddd06

#a606dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a606dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a606dd Color CSS Codes

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

#a606dd Text Font Color

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

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


#a606dd Background Color

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

This div background color is #a606dd


#a606dd Border Color

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

This div border color is #a606dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a606dd


Comments

No comments written yet.

Please login to write comment.