Color Hex Logo

#ae769a Color Hex

#AE769A
(174,118,154)
0 Favorites   0 Comments

Color spaces of #ae769a

RGB 174118154
HSL0.890.260.57
HSV321°32°68°
CMYK 0.000.320.11   0.32
XYZ29.766724.288633.6911
Yxy24.28860.33920.2768
Hunter Lab49.283521.5661-6.0333
CIE-Lab56.375627.5839-10.4887

#ae769a color RGB value is (174,118,154).

#ae769a hex color red value is 174, green value is 118 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ae769a hue: 0.89 , saturation: 0.26 and the lightness value of ae769a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110110 10011010
Octal 256 166 232
Decimal 174 118 154
Hex AE 76 9A

RGB Percentages of Color #ae769a

%39.01
%26.46
%34.53

CMYK Percentages of Color #ae769a

%0
%32
%11
%32

Triadic Colors of #ae769a

#ae769a #9aae76 #769aae

Analogous Colors of #ae769a

#ae769a #ae767e #a676ae

Monochromatic Colors of #ae769a

#ae769a

Complementary Color

#ae769a #76ae8a

#ae769a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae769a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae769a Color CSS Codes

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

#ae769a Text Font Color

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

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


#ae769a Background Color

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

This div background color is #ae769a


#ae769a Border Color

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

This div border color is #ae769a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae769a


Comments

No comments written yet.

Please login to write comment.