Color Hex Logo

#a606ca Color Hex

#A606CA
(166,6,202)
0 Favorites   0 Comments

Color spaces of #a606ca

RGB 1666202
HSL0.800.940.41
HSV289°97°79°
CMYK 0.180.970.00   0.21
XYZ26.451712.501556.8960
Yxy12.50150.27600.1304
Hunter Lab35.357571.6643-70.6572
CIE-Lab42.002376.4338-61.0867

#a606ca color RGB value is (166,6,202).

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

The process color (four color CMYK) of #a606ca color hex is 0.18, 0.97, 0.00, 0.21. Web safe color of #a606ca is #9900cc. Color #a606ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000110 11001010
Octal 246 6 312
Decimal 166 6 202
Hex A6 6 CA

RGB Percentages of Color #a606ca

%44.39
%1.60
%54.01

CMYK Percentages of Color #a606ca

%18
%97
%0
%21

Triadic Colors of #a606ca

#a606ca #caa606 #06caa6

Analogous Colors of #a606ca

#a606ca #ca068c #4406ca

Monochromatic Colors of #a606ca

#a606ca

Complementary Color

#a606ca #2aca06

#a606ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a606ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a606ca Color CSS Codes

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

#a606ca Text Font Color

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

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


#a606ca Background Color

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

This div background color is #a606ca


#a606ca Border Color

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

This div border color is #a606ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a606ca


Comments

No comments written yet.

Please login to write comment.