Color Hex Logo

#ae689c Color Hex

#AE689C
(174,104,156)
0 Favorites   0 Comments

Color spaces of #ae689c

RGB 174104156
HSL0.880.300.55
HSV315°40°68°
CMYK 0.000.400.10   0.32
XYZ28.406621.299634.0665
Yxy21.29960.33910.2543
Hunter Lab46.151529.1030-11.4586
CIE-Lab53.275835.6925-16.3337

#ae689c color RGB value is (174,104,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 10011100
Octal 256 150 234
Decimal 174 104 156
Hex AE 68 9C

RGB Percentages of Color #ae689c

%40.09
%23.96
%35.94

CMYK Percentages of Color #ae689c

%0
%40
%10
%32

Triadic Colors of #ae689c

#ae689c #9cae68 #689cae

Analogous Colors of #ae689c

#ae689c #ae6879 #9d68ae

Monochromatic Colors of #ae689c

#ae689c

Complementary Color

#ae689c #68ae7a

#ae689c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae689c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae689c Color CSS Codes

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

#ae689c Text Font Color

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

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


#ae689c Background Color

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

This div background color is #ae689c


#ae689c Border Color

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

This div border color is #ae689c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae689c


Comments

No comments written yet.

Please login to write comment.