Color Hex Logo

#ac32da Color Hex

#AC32DA
(172,50,218)
0 Favorites   0 Comments

Color spaces of #ac32da

RGB 17250218
HSL0.790.690.53
HSV284°77°85°
CMYK 0.210.770.00   0.15
XYZ30.808716.113867.8161
Yxy16.11380.26850.1404
Hunter Lab40.142066.7490-72.0654
CIE-Lab47.123471.3806-61.9664

#ac32da color RGB value is (172,50,218).

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

The process color (four color CMYK) of #ac32da color hex is 0.21, 0.77, 0.00, 0.15. Web safe color of #ac32da is #9933cc. Color #ac32da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110010 11011010
Octal 254 62 332
Decimal 172 50 218
Hex AC 32 DA

RGB Percentages of Color #ac32da

%39.09
%11.36
%49.55

CMYK Percentages of Color #ac32da

%21
%77
%0
%15

Triadic Colors of #ac32da

#ac32da #daac32 #32daac

Analogous Colors of #ac32da

#ac32da #da32b4 #5832da

Monochromatic Colors of #ac32da

#ac32da

Complementary Color

#ac32da #60da32

#ac32da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac32da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac32da Color CSS Codes

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

#ac32da Text Font Color

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

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


#ac32da Background Color

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

This div background color is #ac32da


#ac32da Border Color

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

This div border color is #ac32da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac32da


Comments

No comments written yet.

Please login to write comment.