Color Hex Logo

#ac08ad Color Hex

#AC08AD
(172,8,173)
0 Favorites   0 Comments

Color spaces of #ac08ad

RGB 1728173
HSL0.830.910.35
HSV300°95°68°
CMYK 0.010.950.00   0.32
XYZ24.642911.961540.5451
Yxy11.96150.31940.1550
Hunter Lab34.585466.6609-45.2970
CIE-Lab41.154972.4694-45.3445

#ac08ad color RGB value is (172,8,173).

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

The process color (four color CMYK) of #ac08ad color hex is 0.01, 0.95, 0.00, 0.32. Web safe color of #ac08ad is #990099. Color #ac08ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001000 10101101
Octal 254 10 255
Decimal 172 8 173
Hex AC 8 AD

RGB Percentages of Color #ac08ad

%48.73
%2.27
%49.01

CMYK Percentages of Color #ac08ad

%1
%95
%0
%32

Triadic Colors of #ac08ad

#ac08ad #adac08 #08adac

Analogous Colors of #ac08ad

#ac08ad #ad085b #5a08ad

Monochromatic Colors of #ac08ad

#ac08ad

Complementary Color

#ac08ad #09ad08

#ac08ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac08ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac08ad Color CSS Codes

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

#ac08ad Text Font Color

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

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


#ac08ad Background Color

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

This div background color is #ac08ad


#ac08ad Border Color

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

This div border color is #ac08ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac08ad


Comments

No comments written yet.

Please login to write comment.