Color Hex Logo

#ac32be Color Hex

#AC32BE
(172,50,190)
0 Favorites   0 Comments

Color spaces of #ac32be

RGB 17250190
HSL0.810.580.47
HSV292°74°75°
CMYK 0.090.740.00   0.25
XYZ27.448114.769650.1193
Yxy14.76960.29730.1600
Hunter Lab38.431260.2324-50.4200
CIE-Lab45.317066.1948-48.7039

#ac32be color RGB value is (172,50,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110010 10111110
Octal 254 62 276
Decimal 172 50 190
Hex AC 32 BE

RGB Percentages of Color #ac32be

%41.75
%12.14
%46.12

CMYK Percentages of Color #ac32be

%9
%74
%0
%25

Triadic Colors of #ac32be

#ac32be #beac32 #32beac

Analogous Colors of #ac32be

#ac32be #be328a #6632be

Monochromatic Colors of #ac32be

#ac32be

Complementary Color

#ac32be #44be32

#ac32be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac32be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac32be Color CSS Codes

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

#ac32be Text Font Color

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

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


#ac32be Background Color

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

This div background color is #ac32be


#ac32be Border Color

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

This div border color is #ac32be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac32be


Comments

No comments written yet.

Please login to write comment.