Color Hex Logo

#a40aac Color Hex

#A40AAC
(164,10,172)
0 Favorites   0 Comments

Color spaces of #a40aac

RGB 16410172
HSL0.830.890.36
HSV297°94°67°
CMYK 0.050.940.00   0.33
XYZ22.864811.088239.9648
Yxy11.08820.30930.1500
Hunter Lab33.298964.2943-47.8495
CIE-Lab39.728670.7565-47.1138

#a40aac color RGB value is (164,10,172).

#a40aac hex color red value is 164, green value is 10 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a40aac hue: 0.83 , saturation: 0.89 and the lightness value of a40aac is 0.36.

The process color (four color CMYK) of #a40aac color hex is 0.05, 0.94, 0.00, 0.33. Web safe color of #a40aac is #990099. Color #a40aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001010 10101100
Octal 244 12 254
Decimal 164 10 172
Hex A4 A AC

RGB Percentages of Color #a40aac

%47.40
%2.89
%49.71

CMYK Percentages of Color #a40aac

%5
%94
%0
%33

Triadic Colors of #a40aac

#a40aac #aca40a #0aaca4

Analogous Colors of #a40aac

#a40aac #ac0a63 #530aac

Monochromatic Colors of #a40aac

#a40aac

Complementary Color

#a40aac #12ac0a

#a40aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40aac Color CSS Codes

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

#a40aac Text Font Color

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

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


#a40aac Background Color

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

This div background color is #a40aac


#a40aac Border Color

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

This div border color is #a40aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40aac


Comments

No comments written yet.

Please login to write comment.