Color Hex Logo

#a524ac Color Hex

#A524AC
(165,36,172)
0 Favorites   0 Comments

Color spaces of #a524ac

RGB 16536172
HSL0.820.650.41
HSV297°79°67°
CMYK 0.040.790.00   0.33
XYZ23.594312.239640.1487
Yxy12.23960.31050.1611
Hunter Lab34.985159.1580-43.5512
CIE-Lab41.594465.9868-44.1162

#a524ac color RGB value is (165,36,172).

#a524ac hex color red value is 165, green value is 36 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a524ac hue: 0.82 , saturation: 0.65 and the lightness value of a524ac is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100100 10101100
Octal 245 44 254
Decimal 165 36 172
Hex A5 24 AC

RGB Percentages of Color #a524ac

%44.24
%9.65
%46.11

CMYK Percentages of Color #a524ac

%4
%79
%0
%33

Triadic Colors of #a524ac

#a524ac #aca524 #24aca5

Analogous Colors of #a524ac

#a524ac #ac246f #6124ac

Monochromatic Colors of #a524ac

#a524ac

Complementary Color

#a524ac #2bac24

#a524ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a524ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a524ac Color CSS Codes

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

#a524ac Text Font Color

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

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


#a524ac Background Color

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

This div background color is #a524ac


#a524ac Border Color

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

This div border color is #a524ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a524ac


Comments

No comments written yet.

Please login to write comment.