Color Hex Logo

#ae77ae Color Hex

#AE77AE
(174,119,174)
0 Favorites   0 Comments

Color spaces of #ae77ae

RGB 174119174
HSL0.830.250.57
HSV300°32°68°
CMYK 0.000.320.00   0.32
XYZ31.692425.248343.2474
Yxy25.24830.31630.2520
Hunter Lab50.247724.6507-15.8566
CIE-Lab57.316630.6977-20.6077

#ae77ae color RGB value is (174,119,174).

#ae77ae hex color red value is 174, green value is 119 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ae77ae hue: 0.83 , saturation: 0.25 and the lightness value of ae77ae is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110111 10101110
Octal 256 167 256
Decimal 174 119 174
Hex AE 77 AE

RGB Percentages of Color #ae77ae

%37.26
%25.48
%37.26

CMYK Percentages of Color #ae77ae

%0
%32
%0
%32

Triadic Colors of #ae77ae

#ae77ae #aeae77 #77aeae

Analogous Colors of #ae77ae

#ae77ae #ae7793 #9377ae

Monochromatic Colors of #ae77ae

#ae77ae

Complementary Color

#ae77ae #77ae77

#ae77ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae77ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae77ae Color CSS Codes

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

#ae77ae Text Font Color

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

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


#ae77ae Background Color

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

This div background color is #ae77ae


#ae77ae Border Color

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

This div border color is #ae77ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae77ae


Comments

No comments written yet.

Please login to write comment.