Color Hex Logo

#ac29ea Color Hex

#AC29EA
(172,41,234)
0 Favorites   0 Comments

Color spaces of #ac29ea

RGB 17241234
HSL0.780.820.54
HSV281°82°92°
CMYK 0.260.820.00   0.08
XYZ32.657516.297079.2663
Yxy16.29700.25470.1271
Hunter Lab40.369573.7533-88.1583
CIE-Lab47.361877.0906-70.6729

#ac29ea color RGB value is (172,41,234).

#ac29ea hex color red value is 172, green value is 41 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ac29ea hue: 0.78 , saturation: 0.82 and the lightness value of ac29ea is 0.54.

The process color (four color CMYK) of #ac29ea color hex is 0.26, 0.82, 0.00, 0.08. Web safe color of #ac29ea is #9933ff. Color #ac29ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101001 11101010
Octal 254 51 352
Decimal 172 41 234
Hex AC 29 EA

RGB Percentages of Color #ac29ea

%38.48
%9.17
%52.35

CMYK Percentages of Color #ac29ea

%26
%82
%0
%8

Triadic Colors of #ac29ea

#ac29ea #eaac29 #29eaac

Analogous Colors of #ac29ea

#ac29ea #ea29c8 #4c29ea

Monochromatic Colors of #ac29ea

#ac29ea

Complementary Color

#ac29ea #67ea29

#ac29ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac29ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac29ea Color CSS Codes

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

#ac29ea Text Font Color

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

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


#ac29ea Background Color

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

This div background color is #ac29ea


#ac29ea Border Color

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

This div border color is #ac29ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac29ea


Comments

No comments written yet.

Please login to write comment.