Color Hex Logo

#ac68a7 Color Hex

#AC68A7
(172,104,167)
0 Favorites   0 Comments

Color spaces of #ac68a7

RGB 172104167
HSL0.850.290.54
HSV304°40°67°
CMYK 0.000.400.03   0.33
XYZ28.938621.461339.1764
Yxy21.46130.32310.2396
Hunter Lab46.326330.4322-17.7108
CIE-Lab53.450737.0128-22.5071

#ac68a7 color RGB value is (172,104,167).

#ac68a7 hex color red value is 172, green value is 104 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ac68a7 hue: 0.85 , saturation: 0.29 and the lightness value of ac68a7 is 0.54.

The process color (four color CMYK) of #ac68a7 color hex is 0.00, 0.40, 0.03, 0.33. Web safe color of #ac68a7 is #996699. Color #ac68a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101000 10100111
Octal 254 150 247
Decimal 172 104 167
Hex AC 68 A7

RGB Percentages of Color #ac68a7

%38.83
%23.48
%37.70

CMYK Percentages of Color #ac68a7

%0
%40
%3
%33

Triadic Colors of #ac68a7

#ac68a7 #a7ac68 #68a7ac

Analogous Colors of #ac68a7

#ac68a7 #ac6885 #8f68ac

Monochromatic Colors of #ac68a7

#ac68a7

Complementary Color

#ac68a7 #68ac6d

#ac68a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac68a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac68a7 Color CSS Codes

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

#ac68a7 Text Font Color

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

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


#ac68a7 Background Color

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

This div background color is #ac68a7


#ac68a7 Border Color

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

This div border color is #ac68a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac68a7


Comments

No comments written yet.

Please login to write comment.