Color Hex Logo

#ae69ab Color Hex

#AE69AB
(174,105,171)
0 Favorites   0 Comments

Color spaces of #ae69ab

RGB 174105171
HSL0.840.300.55
HSV303°40°68°
CMYK 0.000.400.02   0.32
XYZ29.857822.042141.2089
Yxy22.04210.32070.2367
Hunter Lab46.949031.3585-19.1767
CIE-Lab54.071637.8608-23.8552

#ae69ab color RGB value is (174,105,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 10101011
Octal 256 151 253
Decimal 174 105 171
Hex AE 69 AB

RGB Percentages of Color #ae69ab

%38.67
%23.33
%38.00

CMYK Percentages of Color #ae69ab

%0
%40
%2
%32

Triadic Colors of #ae69ab

#ae69ab #abae69 #69abae

Analogous Colors of #ae69ab

#ae69ab #ae6989 #8f69ae

Monochromatic Colors of #ae69ab

#ae69ab

Complementary Color

#ae69ab #69ae6c

#ae69ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae69ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae69ab Color CSS Codes

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

#ae69ab Text Font Color

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

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


#ae69ab Background Color

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

This div background color is #ae69ab


#ae69ab Border Color

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

This div border color is #ae69ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae69ab


Comments

No comments written yet.

Please login to write comment.