Color Hex Logo

#a300ac Color Hex

#A300AC
(163,0,172)
0 Favorites   0 Comments

Color spaces of #a300ac

RGB 1630172
HSL0.821.000.34
HSV297°100°67°
CMYK 0.051.000.00   0.33
XYZ22.550710.765139.9190
Yxy10.76510.30790.1470
Hunter Lab32.810265.2665-49.1689
CIE-Lab39.182071.6822-48.0016

#a300ac color RGB value is (163,0,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000000 10101100
Octal 243 0 254
Decimal 163 0 172
Hex A3 0 AC

RGB Percentages of Color #a300ac

%48.66
%0.00
%51.34

CMYK Percentages of Color #a300ac

%5
%100
%0
%33

Triadic Colors of #a300ac

#a300ac #aca300 #00aca3

Analogous Colors of #a300ac

#a300ac #ac005f #4d00ac

Monochromatic Colors of #a300ac

#a300ac

Complementary Color

#a300ac #09ac00

#a300ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a300ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a300ac Color CSS Codes

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

#a300ac Text Font Color

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

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


#a300ac Background Color

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

This div background color is #a300ac


#a300ac Border Color

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

This div border color is #a300ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a300ac


Comments

No comments written yet.

Please login to write comment.