Color Hex Logo

#a552ac Color Hex

#A552AC
(165,82,172)
0 Favorites   0 Comments

Color spaces of #a552ac

RGB 16582172
HSL0.820.350.50
HSV295°52°67°
CMYK 0.040.520.00   0.33
XYZ25.980717.012540.9441
Yxy17.01250.30950.2027
Hunter Lab41.246240.2550-29.9834
CIE-Lab48.275847.4438-33.5375

#a552ac color RGB value is (165,82,172).

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

The process color (four color CMYK) of #a552ac color hex is 0.04, 0.52, 0.00, 0.33. Web safe color of #a552ac is #996699. Color #a552ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010010 10101100
Octal 245 122 254
Decimal 165 82 172
Hex A5 52 AC

RGB Percentages of Color #a552ac

%39.38
%19.57
%41.05

CMYK Percentages of Color #a552ac

%4
%52
%0
%33

Triadic Colors of #a552ac

#a552ac #aca552 #52aca5

Analogous Colors of #a552ac

#a552ac #ac5286 #7852ac

Monochromatic Colors of #a552ac

#a552ac

Complementary Color

#a552ac #59ac52

#a552ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a552ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a552ac Color CSS Codes

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

#a552ac Text Font Color

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

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


#a552ac Background Color

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

This div background color is #a552ac


#a552ac Border Color

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

This div border color is #a552ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a552ac


Comments

No comments written yet.

Please login to write comment.