Color Hex Logo

#ac32bd Color Hex

#AC32BD
(172,50,189)
0 Favorites   0 Comments

Color spaces of #ac32bd

RGB 17250189
HSL0.810.580.47
HSV293°74°74°
CMYK 0.090.740.00   0.26
XYZ27.339214.726049.5456
Yxy14.72600.29840.1607
Hunter Lab38.374560.0138-49.6877
CIE-Lab45.256666.0175-48.2166

#ac32bd color RGB value is (172,50,189).

#ac32bd hex color red value is 172, green value is 50 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ac32bd hue: 0.81 , saturation: 0.58 and the lightness value of ac32bd is 0.47.

The process color (four color CMYK) of #ac32bd color hex is 0.09, 0.74, 0.00, 0.26. Web safe color of #ac32bd is #9933cc. Color #ac32bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110010 10111101
Octal 254 62 275
Decimal 172 50 189
Hex AC 32 BD

RGB Percentages of Color #ac32bd

%41.85
%12.17
%45.99

CMYK Percentages of Color #ac32bd

%9
%74
%0
%26

Triadic Colors of #ac32bd

#ac32bd #bdac32 #32bdac

Analogous Colors of #ac32bd

#ac32bd #bd3289 #6732bd

Monochromatic Colors of #ac32bd

#ac32bd

Complementary Color

#ac32bd #43bd32

#ac32bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac32bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac32bd Color CSS Codes

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

#ac32bd Text Font Color

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

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


#ac32bd Background Color

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

This div background color is #ac32bd


#ac32bd Border Color

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

This div border color is #ac32bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac32bd


Comments

No comments written yet.

Please login to write comment.