Color Hex Logo

#ac97ce Color Hex

#AC97CE
(172,151,206)
0 Favorites   0 Comments

Color spaces of #ac97ce

RGB 172151206
HSL0.730.360.70
HSV263°27°81°
CMYK 0.170.270.00   0.19
XYZ39.220435.360163.1506
Yxy35.36010.28480.2567
Hunter Lab59.464413.6691-21.3404
CIE-Lab66.028118.6749-25.3620

#ac97ce color RGB value is (172,151,206).

#ac97ce hex color red value is 172, green value is 151 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ac97ce hue: 0.73 , saturation: 0.36 and the lightness value of ac97ce is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10010111 11001110
Octal 254 227 316
Decimal 172 151 206
Hex AC 97 CE

RGB Percentages of Color #ac97ce

%32.51
%28.54
%38.94

CMYK Percentages of Color #ac97ce

%17
%27
%0
%19

Triadic Colors of #ac97ce

#ac97ce #ceac97 #97ceac

Analogous Colors of #ac97ce

#ac97ce #c897ce #979ece

Monochromatic Colors of #ac97ce

#ac97ce

Complementary Color

#ac97ce #b9ce97

#ac97ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac97ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac97ce Color CSS Codes

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

#ac97ce Text Font Color

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

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


#ac97ce Background Color

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

This div background color is #ac97ce


#ac97ce Border Color

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

This div border color is #ac97ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac97ce


Comments

No comments written yet.

Please login to write comment.