Color Hex Logo

#ac32cb Color Hex

#AC32CB
(172,50,203)
0 Favorites   0 Comments

Color spaces of #ac32cb

RGB 17250203
HSL0.800.600.50
HSV288°75°80°
CMYK 0.150.750.00   0.20
XYZ28.933415.363757.9404
Yxy15.36370.28300.1503
Hunter Lab39.196663.1679-60.2050
CIE-Lab46.128468.5545-54.9526

#ac32cb color RGB value is (172,50,203).

#ac32cb hex color red value is 172, green value is 50 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ac32cb hue: 0.80 , saturation: 0.60 and the lightness value of ac32cb is 0.50.

The process color (four color CMYK) of #ac32cb color hex is 0.15, 0.75, 0.00, 0.20. Web safe color of #ac32cb is #9933cc. Color #ac32cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110010 11001011
Octal 254 62 313
Decimal 172 50 203
Hex AC 32 CB

RGB Percentages of Color #ac32cb

%40.47
%11.76
%47.76

CMYK Percentages of Color #ac32cb

%15
%75
%0
%20

Triadic Colors of #ac32cb

#ac32cb #cbac32 #32cbac

Analogous Colors of #ac32cb

#ac32cb #cb329e #6032cb

Monochromatic Colors of #ac32cb

#ac32cb

Complementary Color

#ac32cb #51cb32

#ac32cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac32cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac32cb Color CSS Codes

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

#ac32cb Text Font Color

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

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


#ac32cb Background Color

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

This div background color is #ac32cb


#ac32cb Border Color

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

This div border color is #ac32cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac32cb


Comments

No comments written yet.

Please login to write comment.