Color Hex Logo

#a605ac Color Hex

#A605AC
(166,5,172)
0 Favorites   0 Comments

Color spaces of #a605ac

RGB 1665172
HSL0.830.940.35
HSV298°97°67°
CMYK 0.030.970.00   0.33
XYZ23.226511.194139.9662
Yxy11.19410.31220.1505
Hunter Lab33.457665.3652-47.4036
CIE-Lab39.905571.6253-46.8105

#a605ac color RGB value is (166,5,172).

#a605ac hex color red value is 166, green value is 5 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a605ac hue: 0.83 , saturation: 0.94 and the lightness value of a605ac is 0.35.

The process color (four color CMYK) of #a605ac color hex is 0.03, 0.97, 0.00, 0.33. Web safe color of #a605ac is #990099. Color #a605ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000101 10101100
Octal 246 5 254
Decimal 166 5 172
Hex A6 5 AC

RGB Percentages of Color #a605ac

%48.40
%1.46
%50.15

CMYK Percentages of Color #a605ac

%3
%97
%0
%33

Triadic Colors of #a605ac

#a605ac #aca605 #05aca6

Analogous Colors of #a605ac

#a605ac #ac055f #5305ac

Monochromatic Colors of #a605ac

#a605ac

Complementary Color

#a605ac #0bac05

#a605ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a605ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a605ac Color CSS Codes

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

#a605ac Text Font Color

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

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


#a605ac Background Color

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

This div background color is #a605ac


#a605ac Border Color

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

This div border color is #a605ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a605ac


Comments

No comments written yet.

Please login to write comment.