Color Hex Logo

#a40aa7 Color Hex

#A40AA7
(164,10,167)
0 Favorites   0 Comments

Color spaces of #a40aa7

RGB 16410167
HSL0.830.890.35
HSV299°94°65°
CMYK 0.020.940.00   0.35
XYZ22.393410.899637.4828
Yxy10.89960.31640.1540
Hunter Lab33.014563.2991-44.2043
CIE-Lab39.410969.9743-44.6337

#a40aa7 color RGB value is (164,10,167).

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

The process color (four color CMYK) of #a40aa7 color hex is 0.02, 0.94, 0.00, 0.35. Web safe color of #a40aa7 is #990099. Color #a40aa7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001010 10100111
Octal 244 12 247
Decimal 164 10 167
Hex A4 A A7

RGB Percentages of Color #a40aa7

%48.09
%2.93
%48.97

CMYK Percentages of Color #a40aa7

%2
%94
%0
%35

Triadic Colors of #a40aa7

#a40aa7 #a7a40a #0aa7a4

Analogous Colors of #a40aa7

#a40aa7 #a70a5b #560aa7

Monochromatic Colors of #a40aa7

#a40aa7

Complementary Color

#a40aa7 #0da70a

#a40aa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40aa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40aa7 Color CSS Codes

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

#a40aa7 Text Font Color

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

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


#a40aa7 Background Color

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

This div background color is #a40aa7


#a40aa7 Border Color

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

This div border color is #a40aa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40aa7


Comments

No comments written yet.

Please login to write comment.