Color Hex Logo

#ac29cf Color Hex

#AC29CF
(172,41,207)
0 Favorites   0 Comments

Color spaces of #ac29cf

RGB 17241207
HSL0.800.670.49
HSV287°80°81°
CMYK 0.170.800.00   0.19
XYZ29.068714.861560.3680
Yxy14.86150.27870.1425
Hunter Lab38.550667.1325-65.8592
CIE-Lab45.443972.0282-58.3652

#ac29cf color RGB value is (172,41,207).

#ac29cf hex color red value is 172, green value is 41 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ac29cf hue: 0.80 , saturation: 0.67 and the lightness value of ac29cf is 0.49.

The process color (four color CMYK) of #ac29cf color hex is 0.17, 0.80, 0.00, 0.19. Web safe color of #ac29cf is #9933cc. Color #ac29cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101001 11001111
Octal 254 51 317
Decimal 172 41 207
Hex AC 29 CF

RGB Percentages of Color #ac29cf

%40.95
%9.76
%49.29

CMYK Percentages of Color #ac29cf

%17
%80
%0
%19

Triadic Colors of #ac29cf

#ac29cf #cfac29 #29cfac

Analogous Colors of #ac29cf

#ac29cf #cf299f #5929cf

Monochromatic Colors of #ac29cf

#ac29cf

Complementary Color

#ac29cf #4ccf29

#ac29cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac29cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac29cf Color CSS Codes

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

#ac29cf Text Font Color

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

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


#ac29cf Background Color

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

This div background color is #ac29cf


#ac29cf Border Color

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

This div border color is #ac29cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac29cf


Comments

No comments written yet.

Please login to write comment.