Color Hex Logo

#ac659e Color Hex

#AC659E
(172,101,158)
0 Favorites   0 Comments

Color spaces of #ac659e

RGB 172101158
HSL0.870.300.54
HSV312°41°67°
CMYK 0.000.410.08   0.33
XYZ27.838520.546634.8464
Yxy20.54660.33450.2469
Hunter Lab45.328430.3015-13.8496
CIE-Lab52.449737.0101-18.7864

#ac659e color RGB value is (172,101,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100101 10011110
Octal 254 145 236
Decimal 172 101 158
Hex AC 65 9E

RGB Percentages of Color #ac659e

%39.91
%23.43
%36.66

CMYK Percentages of Color #ac659e

%0
%41
%8
%33

Triadic Colors of #ac659e

#ac659e #9eac65 #659eac

Analogous Colors of #ac659e

#ac659e #ac657b #9765ac

Monochromatic Colors of #ac659e

#ac659e

Complementary Color

#ac659e #65ac73

#ac659e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac659e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac659e Color CSS Codes

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

#ac659e Text Font Color

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

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


#ac659e Background Color

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

This div background color is #ac659e


#ac659e Border Color

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

This div border color is #ac659e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac659e


Comments

No comments written yet.

Please login to write comment.