Color Hex Logo

#a407aa Color Hex

#A407AA
(164,7,170)
0 Favorites   0 Comments

Color spaces of #a407aa

RGB 1647170
HSL0.830.920.35
HSV298°96°67°
CMYK 0.040.960.00   0.33
XYZ22.641510.946838.9498
Yxy10.94680.31210.1509
Hunter Lab33.085964.2514-46.6379
CIE-Lab39.490770.7663-46.3013

#a407aa color RGB value is (164,7,170).

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

The process color (four color CMYK) of #a407aa color hex is 0.04, 0.96, 0.00, 0.33. Web safe color of #a407aa is #990099. Color #a407aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000111 10101010
Octal 244 7 252
Decimal 164 7 170
Hex A4 7 AA

RGB Percentages of Color #a407aa

%48.09
%2.05
%49.85

CMYK Percentages of Color #a407aa

%4
%96
%0
%33

Triadic Colors of #a407aa

#a407aa #aaa407 #07aaa4

Analogous Colors of #a407aa

#a407aa #aa075e #5307aa

Monochromatic Colors of #a407aa

#a407aa

Complementary Color

#a407aa #0daa07

#a407aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a407aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a407aa Color CSS Codes

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

#a407aa Text Font Color

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

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


#a407aa Background Color

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

This div background color is #a407aa


#a407aa Border Color

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

This div border color is #a407aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a407aa


Comments

No comments written yet.

Please login to write comment.