Color Hex Logo

#ac63ad Color Hex

#AC63AD
(172,99,173)
0 Favorites   0 Comments

Color spaces of #ac63ad

RGB 17299173
HSL0.830.310.53
HSV299°43°68°
CMYK 0.010.430.00   0.32
XYZ29.017920.711542.0035
Yxy20.71150.31630.2258
Hunter Lab45.509934.1724-22.8650
CIE-Lab52.632340.8474-27.2608

#ac63ad color RGB value is (172,99,173).

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

The process color (four color CMYK) of #ac63ad color hex is 0.01, 0.43, 0.00, 0.32. Web safe color of #ac63ad is #996699. Color #ac63ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100011 10101101
Octal 254 143 255
Decimal 172 99 173
Hex AC 63 AD

RGB Percentages of Color #ac63ad

%38.74
%22.30
%38.96

CMYK Percentages of Color #ac63ad

%1
%43
%0
%32

Triadic Colors of #ac63ad

#ac63ad #adac63 #63adac

Analogous Colors of #ac63ad

#ac63ad #ad6389 #8763ad

Monochromatic Colors of #ac63ad

#ac63ad

Complementary Color

#ac63ad #64ad63

#ac63ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac63ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac63ad Color CSS Codes

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

#ac63ad Text Font Color

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

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


#ac63ad Background Color

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

This div background color is #ac63ad


#ac63ad Border Color

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

This div border color is #ac63ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,99,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 #ac63ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac63ad


Comments

No comments written yet.

Please login to write comment.