Color Hex Logo

#a815ac Color Hex

#A815AC
(168,21,172)
0 Favorites   0 Comments

Color spaces of #a815ac

RGB 16821172
HSL0.830.780.38
HSV298°88°67°
CMYK 0.020.880.00   0.33
XYZ23.863011.839740.0573
Yxy11.83970.31500.1563
Hunter Lab34.408963.5766-44.9366
CIE-Lab40.960269.9089-45.1008

#a815ac color RGB value is (168,21,172).

#a815ac hex color red value is 168, green value is 21 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a815ac hue: 0.83 , saturation: 0.78 and the lightness value of a815ac is 0.38.

The process color (four color CMYK) of #a815ac color hex is 0.02, 0.88, 0.00, 0.33. Web safe color of #a815ac is #990099. Color #a815ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010101 10101100
Octal 250 25 254
Decimal 168 21 172
Hex A8 15 AC

RGB Percentages of Color #a815ac

%46.54
%5.82
%47.65

CMYK Percentages of Color #a815ac

%2
%88
%0
%33

Triadic Colors of #a815ac

#a815ac #aca815 #15aca8

Analogous Colors of #a815ac

#a815ac #ac1565 #5c15ac

Monochromatic Colors of #a815ac

#a815ac

Complementary Color

#a815ac #19ac15

#a815ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a815ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a815ac Color CSS Codes

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

#a815ac Text Font Color

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

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


#a815ac Background Color

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

This div background color is #a815ac


#a815ac Border Color

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

This div border color is #a815ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a815ac


Comments

No comments written yet.

Please login to write comment.