Color Hex Logo

#ac32dd Color Hex

#AC32DD
(172,50,221)
0 Favorites   0 Comments

Color spaces of #ac32dd

RGB 17250221
HSL0.790.720.53
HSV283°77°87°
CMYK 0.220.770.00   0.13
XYZ31.205016.272369.9028
Yxy16.27230.26580.1386
Hunter Lab40.338967.4891-74.5056
CIE-Lab47.329771.9578-63.3449

#ac32dd color RGB value is (172,50,221).

#ac32dd hex color red value is 172, green value is 50 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ac32dd hue: 0.79 , saturation: 0.72 and the lightness value of ac32dd is 0.53.

The process color (four color CMYK) of #ac32dd color hex is 0.22, 0.77, 0.00, 0.13. Web safe color of #ac32dd is #9933cc. Color #ac32dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110010 11011101
Octal 254 62 335
Decimal 172 50 221
Hex AC 32 DD

RGB Percentages of Color #ac32dd

%38.83
%11.29
%49.89

CMYK Percentages of Color #ac32dd

%22
%77
%0
%13

Triadic Colors of #ac32dd

#ac32dd #ddac32 #32ddac

Analogous Colors of #ac32dd

#ac32dd #dd32b9 #5632dd

Monochromatic Colors of #ac32dd

#ac32dd

Complementary Color

#ac32dd #63dd32

#ac32dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac32dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac32dd Color CSS Codes

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

#ac32dd Text Font Color

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

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


#ac32dd Background Color

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

This div background color is #ac32dd


#ac32dd Border Color

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

This div border color is #ac32dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,50,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ac32dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac32dd


Comments

No comments written yet.

Please login to write comment.