Color Hex Logo

#a652ac Color Hex

#A652AC
(166,82,172)
0 Favorites   0 Comments

Color spaces of #a652ac

RGB 16682172
HSL0.820.350.50
HSV296°52°67°
CMYK 0.030.520.00   0.33
XYZ26.189617.120140.9539
Yxy17.12010.31080.2032
Hunter Lab41.376440.5744-29.7210
CIE-Lab48.411047.7283-33.3159

#a652ac color RGB value is (166,82,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010010 10101100
Octal 246 122 254
Decimal 166 82 172
Hex A6 52 AC

RGB Percentages of Color #a652ac

%39.52
%19.52
%40.95

CMYK Percentages of Color #a652ac

%3
%52
%0
%33

Triadic Colors of #a652ac

#a652ac #aca652 #52aca6

Analogous Colors of #a652ac

#a652ac #ac5285 #7952ac

Monochromatic Colors of #a652ac

#a652ac

Complementary Color

#a652ac #58ac52

#a652ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a652ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a652ac Color CSS Codes

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

#a652ac Text Font Color

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

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


#a652ac Background Color

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

This div background color is #a652ac


#a652ac Border Color

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

This div border color is #a652ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a652ac


Comments

No comments written yet.

Please login to write comment.