Color Hex Logo

#ae69ac Color Hex

#AE69AC
(174,105,172)
0 Favorites   0 Comments

Color spaces of #ae69ac

RGB 174105172
HSL0.840.300.55
HSV302°40°68°
CMYK 0.000.400.01   0.32
XYZ29.953522.080441.7129
Yxy22.08040.31950.2355
Hunter Lab46.989831.5522-19.7390
CIE-Lab54.112238.0487-24.3727

#ae69ac color RGB value is (174,105,172).

#ae69ac hex color red value is 174, green value is 105 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ae69ac hue: 0.84 , saturation: 0.30 and the lightness value of ae69ac is 0.55.

The process color (four color CMYK) of #ae69ac color hex is 0.00, 0.40, 0.01, 0.32. Web safe color of #ae69ac is #996699. Color #ae69ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 10101100
Octal 256 151 254
Decimal 174 105 172
Hex AE 69 AC

RGB Percentages of Color #ae69ac

%38.58
%23.28
%38.14

CMYK Percentages of Color #ae69ac

%0
%40
%1
%32

Triadic Colors of #ae69ac

#ae69ac #acae69 #69acae

Analogous Colors of #ae69ac

#ae69ac #ae698a #8e69ae

Monochromatic Colors of #ae69ac

#ae69ac

Complementary Color

#ae69ac #69ae6b

#ae69ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae69ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae69ac Color CSS Codes

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

#ae69ac Text Font Color

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

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


#ae69ac Background Color

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

This div background color is #ae69ac


#ae69ac Border Color

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

This div border color is #ae69ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae69ac


Comments

No comments written yet.

Please login to write comment.