Color Hex Logo

#a832ac Color Hex

#A832AC
(168,50,172)
0 Favorites   0 Comments

Color spaces of #a832ac

RGB 16850172
HSL0.830.550.44
HSV298°71°67°
CMYK 0.020.710.00   0.33
XYZ24.735413.584640.3481
Yxy13.58460.31440.1727
Hunter Lab36.857355.2934-39.1053
CIE-Lab43.631262.1939-40.8416

#a832ac color RGB value is (168,50,172).

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

The process color (four color CMYK) of #a832ac color hex is 0.02, 0.71, 0.00, 0.33. Web safe color of #a832ac is #993399. Color #a832ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110010 10101100
Octal 250 62 254
Decimal 168 50 172
Hex A8 32 AC

RGB Percentages of Color #a832ac

%43.08
%12.82
%44.10

CMYK Percentages of Color #a832ac

%2
%71
%0
%33

Triadic Colors of #a832ac

#a832ac #aca832 #32aca8

Analogous Colors of #a832ac

#a832ac #ac3273 #6b32ac

Monochromatic Colors of #a832ac

#a832ac

Complementary Color

#a832ac #36ac32

#a832ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a832ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a832ac Color CSS Codes

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

#a832ac Text Font Color

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

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


#a832ac Background Color

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

This div background color is #a832ac


#a832ac Border Color

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

This div border color is #a832ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a832ac


Comments

No comments written yet.

Please login to write comment.