Color Hex Logo

#a427aa Color Hex

#A427AA
(164,39,170)
0 Favorites   0 Comments

Color spaces of #a427aa

RGB 16439170
HSL0.830.630.41
HSV297°77°67°
CMYK 0.040.770.00   0.33
XYZ23.291112.245839.1663
Yxy12.24580.31180.1639
Hunter Lab34.994057.5655-41.8633
CIE-Lab41.604164.5931-42.9200

#a427aa color RGB value is (164,39,170).

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

The process color (four color CMYK) of #a427aa color hex is 0.04, 0.77, 0.00, 0.33. Web safe color of #a427aa is #993399. Color #a427aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100111 10101010
Octal 244 47 252
Decimal 164 39 170
Hex A4 27 AA

RGB Percentages of Color #a427aa

%43.97
%10.46
%45.58

CMYK Percentages of Color #a427aa

%4
%77
%0
%33

Triadic Colors of #a427aa

#a427aa #aaa427 #27aaa4

Analogous Colors of #a427aa

#a427aa #aa276f #6227aa

Monochromatic Colors of #a427aa

#a427aa

Complementary Color

#a427aa #2daa27

#a427aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a427aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a427aa Color CSS Codes

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

#a427aa Text Font Color

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

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


#a427aa Background Color

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

This div background color is #a427aa


#a427aa Border Color

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

This div border color is #a427aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a427aa


Comments

No comments written yet.

Please login to write comment.