Color Hex Logo

#ac2dae Color Hex

#AC2DAE
(172,45,174)
0 Favorites   0 Comments

Color spaces of #ac2dae

RGB 17245174
HSL0.830.590.43
HSV299°74°68°
CMYK 0.010.740.00   0.32
XYZ25.591613.703441.3406
Yxy13.70340.31740.1699
Hunter Lab37.018158.6201-40.3004
CIE-Lab43.804565.0884-41.7111

#ac2dae color RGB value is (172,45,174).

#ac2dae hex color red value is 172, green value is 45 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ac2dae hue: 0.83 , saturation: 0.59 and the lightness value of ac2dae is 0.43.

The process color (four color CMYK) of #ac2dae color hex is 0.01, 0.74, 0.00, 0.32. Web safe color of #ac2dae is #993399. Color #ac2dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101101 10101110
Octal 254 55 256
Decimal 172 45 174
Hex AC 2D AE

RGB Percentages of Color #ac2dae

%43.99
%11.51
%44.50

CMYK Percentages of Color #ac2dae

%1
%74
%0
%32

Triadic Colors of #ac2dae

#ac2dae #aeac2d #2daeac

Analogous Colors of #ac2dae

#ac2dae #ae2d70 #6c2dae

Monochromatic Colors of #ac2dae

#ac2dae

Complementary Color

#ac2dae #2fae2d

#ac2dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2dae Color CSS Codes

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

#ac2dae Text Font Color

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

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


#ac2dae Background Color

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

This div background color is #ac2dae


#ac2dae Border Color

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

This div border color is #ac2dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2dae


Comments

No comments written yet.

Please login to write comment.