Color Hex Logo

#a304ac Color Hex

#A304AC
(163,4,172)
0 Favorites   0 Comments

Color spaces of #a304ac

RGB 1634172
HSL0.820.950.35
HSV297°98°67°
CMYK 0.050.980.00   0.33
XYZ22.594110.851939.9335
Yxy10.85190.30790.1479
Hunter Lab32.942264.7790-48.8135
CIE-Lab39.329971.2430-47.7639

#a304ac color RGB value is (163,4,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000100 10101100
Octal 243 4 254
Decimal 163 4 172
Hex A3 4 AC

RGB Percentages of Color #a304ac

%48.08
%1.18
%50.74

CMYK Percentages of Color #a304ac

%5
%98
%0
%33

Triadic Colors of #a304ac

#a304ac #aca304 #04aca3

Analogous Colors of #a304ac

#a304ac #ac0461 #4f04ac

Monochromatic Colors of #a304ac

#a304ac

Complementary Color

#a304ac #0dac04

#a304ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a304ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a304ac Color CSS Codes

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

#a304ac Text Font Color

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

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


#a304ac Background Color

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

This div background color is #a304ac


#a304ac Border Color

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

This div border color is #a304ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a304ac


Comments

No comments written yet.

Please login to write comment.