Color Hex Logo

#ae65ae Color Hex

#AE65AE
(174,101,174)
0 Favorites   0 Comments

Color spaces of #ae65ae

RGB 174101174
HSL0.830.310.54
HSV300°42°68°
CMYK 0.000.420.00   0.32
XYZ29.749221.362042.5997
Yxy21.36200.31750.2280
Hunter Lab46.219034.0094-22.2938
CIE-Lab53.343440.5870-26.7203

#ae65ae color RGB value is (174,101,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100101 10101110
Octal 256 145 256
Decimal 174 101 174
Hex AE 65 AE

RGB Percentages of Color #ae65ae

%38.75
%22.49
%38.75

CMYK Percentages of Color #ae65ae

%0
%42
%0
%32

Triadic Colors of #ae65ae

#ae65ae #aeae65 #65aeae

Analogous Colors of #ae65ae

#ae65ae #ae658a #8a65ae

Monochromatic Colors of #ae65ae

#ae65ae

Complementary Color

#ae65ae #65ae65

#ae65ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae65ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae65ae Color CSS Codes

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

#ae65ae Text Font Color

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

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


#ae65ae Background Color

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

This div background color is #ae65ae


#ae65ae Border Color

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

This div border color is #ae65ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,101,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 #ae65ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae65ae


Comments

No comments written yet.

Please login to write comment.