Color Hex Logo

#ac2dad Color Hex

#AC2DAD
(172,45,173)
0 Favorites   0 Comments

Color spaces of #ac2dad

RGB 17245173
HSL0.830.590.43
HSV300°74°68°
CMYK 0.010.740.00   0.32
XYZ25.494513.664640.8290
Yxy13.66460.31870.1708
Hunter Lab36.965758.4181-39.6105
CIE-Lab43.748064.9230-41.2086

#ac2dad color RGB value is (172,45,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101101 10101101
Octal 254 55 255
Decimal 172 45 173
Hex AC 2D AD

RGB Percentages of Color #ac2dad

%44.10
%11.54
%44.36

CMYK Percentages of Color #ac2dad

%1
%74
%0
%32

Triadic Colors of #ac2dad

#ac2dad #adac2d #2dadac

Analogous Colors of #ac2dad

#ac2dad #ad2d6e #6c2dad

Monochromatic Colors of #ac2dad

#ac2dad

Complementary Color

#ac2dad #2ead2d

#ac2dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2dad Color CSS Codes

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

#ac2dad Text Font Color

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

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


#ac2dad Background Color

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

This div background color is #ac2dad


#ac2dad Border Color

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

This div border color is #ac2dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2dad


Comments

No comments written yet.

Please login to write comment.