Color Hex Logo

#ac32ed Color Hex

#AC32ED
(172,50,237)
0 Favorites   0 Comments

Color spaces of #ac32ed

RGB 17250237
HSL0.780.840.56
HSV279°79°93°
CMYK 0.270.790.00   0.07
XYZ33.439917.166381.6717
Yxy17.16630.25280.1298
Hunter Lab41.432271.5607-87.8706
CIE-Lab48.468975.0931-70.5658

#ac32ed color RGB value is (172,50,237).

#ac32ed hex color red value is 172, green value is 50 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac32ed hue: 0.78 , saturation: 0.84 and the lightness value of ac32ed is 0.56.

The process color (four color CMYK) of #ac32ed color hex is 0.27, 0.79, 0.00, 0.07. Web safe color of #ac32ed is #9933ff. Color #ac32ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110010 11101101
Octal 254 62 355
Decimal 172 50 237
Hex AC 32 ED

RGB Percentages of Color #ac32ed

%37.47
%10.89
%51.63

CMYK Percentages of Color #ac32ed

%27
%79
%0
%7

Triadic Colors of #ac32ed

#ac32ed #edac32 #32edac

Analogous Colors of #ac32ed

#ac32ed #ed32d1 #4f32ed

Monochromatic Colors of #ac32ed

#ac32ed

Complementary Color

#ac32ed #73ed32

#ac32ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac32ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac32ed Color CSS Codes

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

#ac32ed Text Font Color

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

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


#ac32ed Background Color

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

This div background color is #ac32ed


#ac32ed Border Color

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

This div border color is #ac32ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac32ed


Comments

No comments written yet.

Please login to write comment.