Color Hex Logo

#ac80cf Color Hex

#AC80CF
(172,128,207)
0 Favorites   0 Comments

Color spaces of #ac80cf

RGB 172128207
HSL0.760.450.66
HSV273°38°81°
CMYK 0.170.380.00   0.19
XYZ35.994928.714062.6767
Yxy28.71400.28260.2254
Hunter Lab53.585426.1291-31.8393
CIE-Lab60.528431.8826-34.4259

#ac80cf color RGB value is (172,128,207).

#ac80cf hex color red value is 172, green value is 128 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ac80cf hue: 0.76 , saturation: 0.45 and the lightness value of ac80cf is 0.66.

The process color (four color CMYK) of #ac80cf color hex is 0.17, 0.38, 0.00, 0.19. Web safe color of #ac80cf is #9999cc. Color #ac80cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000000 11001111
Octal 254 200 317
Decimal 172 128 207
Hex AC 80 CF

RGB Percentages of Color #ac80cf

%33.93
%25.25
%40.83

CMYK Percentages of Color #ac80cf

%17
%38
%0
%19

Triadic Colors of #ac80cf

#ac80cf #cfac80 #80cfac

Analogous Colors of #ac80cf

#ac80cf #cf80cb #8580cf

Monochromatic Colors of #ac80cf

#ac80cf

Complementary Color

#ac80cf #a3cf80

#ac80cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac80cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac80cf Color CSS Codes

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

#ac80cf Text Font Color

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

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


#ac80cf Background Color

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

This div background color is #ac80cf


#ac80cf Border Color

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

This div border color is #ac80cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac80cf


Comments

No comments written yet.

Please login to write comment.