Color Hex Logo

#a426ac Color Hex

#A426AC
(164,38,172)
0 Favorites   0 Comments

Color spaces of #a426ac

RGB 16438172
HSL0.820.640.41
HSV296°78°67°
CMYK 0.050.780.00   0.33
XYZ23.449312.257340.1597
Yxy12.25730.30910.1616
Hunter Lab35.010458.2876-43.5030
CIE-Lab41.622265.2222-44.0815

#a426ac color RGB value is (164,38,172).

#a426ac hex color red value is 164, green value is 38 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a426ac hue: 0.82 , saturation: 0.64 and the lightness value of a426ac is 0.41.

The process color (four color CMYK) of #a426ac color hex is 0.05, 0.78, 0.00, 0.33. Web safe color of #a426ac is #993399. Color #a426ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100110 10101100
Octal 244 46 254
Decimal 164 38 172
Hex A4 26 AC

RGB Percentages of Color #a426ac

%43.85
%10.16
%45.99

CMYK Percentages of Color #a426ac

%5
%78
%0
%33

Triadic Colors of #a426ac

#a426ac #aca426 #26aca4

Analogous Colors of #a426ac

#a426ac #ac2671 #6126ac

Monochromatic Colors of #a426ac

#a426ac

Complementary Color

#a426ac #2eac26

#a426ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a426ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a426ac Color CSS Codes

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

#a426ac Text Font Color

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

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


#a426ac Background Color

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

This div background color is #a426ac


#a426ac Border Color

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

This div border color is #a426ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a426ac


Comments

No comments written yet.

Please login to write comment.