Color Hex Logo

#ac29da Color Hex

#AC29DA
(172,41,218)
0 Favorites   0 Comments

Color spaces of #ac29da

RGB 17241218
HSL0.790.710.51
HSV284°81°85°
CMYK 0.210.810.00   0.15
XYZ30.461115.418567.7003
Yxy15.41850.26820.1358
Hunter Lab39.266469.7561-74.7371
CIE-Lab46.202174.0550-63.4575

#ac29da color RGB value is (172,41,218).

#ac29da hex color red value is 172, green value is 41 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ac29da hue: 0.79 , saturation: 0.71 and the lightness value of ac29da is 0.51.

The process color (four color CMYK) of #ac29da color hex is 0.21, 0.81, 0.00, 0.15. Web safe color of #ac29da is #9933cc. Color #ac29da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101001 11011010
Octal 254 51 332
Decimal 172 41 218
Hex AC 29 DA

RGB Percentages of Color #ac29da

%39.91
%9.51
%50.58

CMYK Percentages of Color #ac29da

%21
%81
%0
%15

Triadic Colors of #ac29da

#ac29da #daac29 #29daac

Analogous Colors of #ac29da

#ac29da #da29b0 #5329da

Monochromatic Colors of #ac29da

#ac29da

Complementary Color

#ac29da #57da29

#ac29da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac29da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac29da Color CSS Codes

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

#ac29da Text Font Color

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

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


#ac29da Background Color

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

This div background color is #ac29da


#ac29da Border Color

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

This div border color is #ac29da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac29da


Comments

No comments written yet.

Please login to write comment.