Color Hex Logo

#a606cd Color Hex

#A606CD
(166,6,205)
0 Favorites   0 Comments

Color spaces of #a606cd

RGB 1666205
HSL0.800.940.41
HSV288°97°80°
CMYK 0.190.970.00   0.20
XYZ26.810512.645058.7853
Yxy12.64500.27290.1287
Hunter Lab35.559872.3513-73.1227
CIE-Lab42.223476.9502-62.4692

#a606cd color RGB value is (166,6,205).

#a606cd hex color red value is 166, green value is 6 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a606cd hue: 0.80 , saturation: 0.94 and the lightness value of a606cd is 0.41.

The process color (four color CMYK) of #a606cd color hex is 0.19, 0.97, 0.00, 0.20. Web safe color of #a606cd is #9900cc. Color #a606cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000110 11001101
Octal 246 6 315
Decimal 166 6 205
Hex A6 6 CD

RGB Percentages of Color #a606cd

%44.03
%1.59
%54.38

CMYK Percentages of Color #a606cd

%19
%97
%0
%20

Triadic Colors of #a606cd

#a606cd #cda606 #06cda6

Analogous Colors of #a606cd

#a606cd #cd0691 #4306cd

Monochromatic Colors of #a606cd

#a606cd

Complementary Color

#a606cd #2dcd06

#a606cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a606cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a606cd Color CSS Codes

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

#a606cd Text Font Color

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

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


#a606cd Background Color

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

This div background color is #a606cd


#a606cd Border Color

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

This div border color is #a606cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a606cd


Comments

No comments written yet.

Please login to write comment.