Color Hex Logo

#a304aa Color Hex

#A304AA
(163,4,170)
0 Favorites   0 Comments

Color spaces of #a304aa

RGB 1634170
HSL0.830.950.34
HSV297°98°67°
CMYK 0.040.980.00   0.33
XYZ22.403410.775638.9293
Yxy10.77560.31070.1494
Hunter Lab32.826264.3777-47.3349
CIE-Lab39.199970.9294-46.7778

#a304aa color RGB value is (163,4,170).

#a304aa hex color red value is 163, green value is 4 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a304aa hue: 0.83 , saturation: 0.95 and the lightness value of a304aa is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000100 10101010
Octal 243 4 252
Decimal 163 4 170
Hex A3 4 AA

RGB Percentages of Color #a304aa

%48.37
%1.19
%50.45

CMYK Percentages of Color #a304aa

%4
%98
%0
%33

Triadic Colors of #a304aa

#a304aa #aaa304 #04aaa3

Analogous Colors of #a304aa

#a304aa #aa045e #5004aa

Monochromatic Colors of #a304aa

#a304aa

Complementary Color

#a304aa #0baa04

#a304aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a304aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a304aa Color CSS Codes

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

#a304aa Text Font Color

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

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


#a304aa Background Color

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

This div background color is #a304aa


#a304aa Border Color

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

This div border color is #a304aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a304aa


Comments

No comments written yet.

Please login to write comment.