Color Hex Logo

#a406dc Color Hex

#A406DC
(164,6,220)
0 Favorites   0 Comments

Color spaces of #a406dc

RGB 1646220
HSL0.790.950.44
HSV284°97°86°
CMYK 0.250.970.00   0.14
XYZ28.293213.190168.7649
Yxy13.19010.25660.1196
Hunter Lab36.318275.5013-86.8371
CIE-Lab43.048379.3314-69.7853

#a406dc color RGB value is (164,6,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000110 11011100
Octal 244 6 334
Decimal 164 6 220
Hex A4 6 DC

RGB Percentages of Color #a406dc

%42.05
%1.54
%56.41

CMYK Percentages of Color #a406dc

%25
%97
%0
%14

Triadic Colors of #a406dc

#a406dc #dca406 #06dca4

Analogous Colors of #a406dc

#a406dc #dc06a9 #3906dc

Monochromatic Colors of #a406dc

#a406dc

Complementary Color

#a406dc #3edc06

#a406dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a406dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a406dc Color CSS Codes

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

#a406dc Text Font Color

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

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


#a406dc Background Color

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

This div background color is #a406dc


#a406dc Border Color

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

This div border color is #a406dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a406dc


Comments

No comments written yet.

Please login to write comment.