Color Hex Logo

#ae65aa Color Hex

#AE65AA
(174,101,170)
0 Favorites   0 Comments

Color spaces of #ae65aa

RGB 174101170
HSL0.840.310.54
HSV303°42°68°
CMYK 0.000.420.02   0.32
XYZ29.364921.208340.5761
Yxy21.20830.32220.2327
Hunter Lab46.052533.2269-20.0027
CIE-Lab53.176739.8375-24.6539

#ae65aa color RGB value is (174,101,170).

#ae65aa hex color red value is 174, green value is 101 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ae65aa hue: 0.84 , saturation: 0.31 and the lightness value of ae65aa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100101 10101010
Octal 256 145 252
Decimal 174 101 170
Hex AE 65 AA

RGB Percentages of Color #ae65aa

%39.10
%22.70
%38.20

CMYK Percentages of Color #ae65aa

%0
%42
%2
%32

Triadic Colors of #ae65aa

#ae65aa #aaae65 #65aaae

Analogous Colors of #ae65aa

#ae65aa #ae6586 #8e65ae

Monochromatic Colors of #ae65aa

#ae65aa

Complementary Color

#ae65aa #65ae69

#ae65aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae65aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae65aa Color CSS Codes

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

#ae65aa Text Font Color

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

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


#ae65aa Background Color

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

This div background color is #ae65aa


#ae65aa Border Color

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

This div border color is #ae65aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae65aa


Comments

No comments written yet.

Please login to write comment.