Color Hex Logo

#ac669e Color Hex

#AC669E
(172,102,158)
0 Favorites   0 Comments

Color spaces of #ac669e

RGB 172102158
HSL0.870.300.54
HSV312°41°67°
CMYK 0.000.410.08   0.33
XYZ27.936220.742034.8790
Yxy20.74200.33430.2482
Hunter Lab45.543429.7905-13.5264
CIE-Lab52.666036.4658-18.4562

#ac669e color RGB value is (172,102,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100110 10011110
Octal 254 146 236
Decimal 172 102 158
Hex AC 66 9E

RGB Percentages of Color #ac669e

%39.81
%23.61
%36.57

CMYK Percentages of Color #ac669e

%0
%41
%8
%33

Triadic Colors of #ac669e

#ac669e #9eac66 #669eac

Analogous Colors of #ac669e

#ac669e #ac667b #9766ac

Monochromatic Colors of #ac669e

#ac669e

Complementary Color

#ac669e #66ac74

#ac669e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac669e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac669e Color CSS Codes

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

#ac669e Text Font Color

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

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


#ac669e Background Color

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

This div background color is #ac669e


#ac669e Border Color

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

This div border color is #ac669e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac669e


Comments

No comments written yet.

Please login to write comment.