Color Hex Logo

#ac689f Color Hex

#AC689F
(172,104,159)
0 Favorites   0 Comments

Color spaces of #ac689f

RGB 172104159
HSL0.870.290.54
HSV311°40°67°
CMYK 0.000.400.08   0.33
XYZ28.221621.174535.4005
Yxy21.17450.33280.2497
Hunter Lab46.015828.9470-13.4015
CIE-Lab53.139935.5510-18.3176

#ac689f color RGB value is (172,104,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01101000 10011111
Octal 254 150 237
Decimal 172 104 159
Hex AC 68 9F

RGB Percentages of Color #ac689f

%39.54
%23.91
%36.55

CMYK Percentages of Color #ac689f

%0
%40
%8
%33

Triadic Colors of #ac689f

#ac689f #9fac68 #689fac

Analogous Colors of #ac689f

#ac689f #ac687d #9768ac

Monochromatic Colors of #ac689f

#ac689f

Complementary Color

#ac689f #68ac75

#ac689f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac689f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac689f Color CSS Codes

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

#ac689f Text Font Color

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

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


#ac689f Background Color

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

This div background color is #ac689f


#ac689f Border Color

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

This div border color is #ac689f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac689f


Comments

No comments written yet.

Please login to write comment.