Color Hex Logo

#ac81cf Color Hex

#AC81CF
(172,129,207)
0 Favorites   0 Comments

Color spaces of #ac81cf

RGB 172129207
HSL0.760.450.66
HSV273°38°81°
CMYK 0.170.380.00   0.19
XYZ36.126028.976262.7204
Yxy28.97620.28260.2267
Hunter Lab53.829525.5929-31.4021
CIE-Lab60.760631.3203-34.0642

#ac81cf color RGB value is (172,129,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000001 11001111
Octal 254 201 317
Decimal 172 129 207
Hex AC 81 CF

RGB Percentages of Color #ac81cf

%33.86
%25.39
%40.75

CMYK Percentages of Color #ac81cf

%17
%38
%0
%19

Triadic Colors of #ac81cf

#ac81cf #cfac81 #81cfac

Analogous Colors of #ac81cf

#ac81cf #cf81cb #8581cf

Monochromatic Colors of #ac81cf

#ac81cf

Complementary Color

#ac81cf #a4cf81

#ac81cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac81cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac81cf Color CSS Codes

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

#ac81cf Text Font Color

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

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


#ac81cf Background Color

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

This div background color is #ac81cf


#ac81cf Border Color

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

This div border color is #ac81cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac81cf


Comments

No comments written yet.

Please login to write comment.