Color Hex Logo

#ae68ad Color Hex

#AE68AD
(174,104,173)
0 Favorites   0 Comments

Color spaces of #ae68ad

RGB 174104173
HSL0.840.300.55
HSV301°40°68°
CMYK 0.000.400.01   0.32
XYZ29.948721.916442.1870
Yxy21.91640.31840.2330
Hunter Lab46.815032.2648-20.6583
CIE-Lab53.938238.7806-25.2209

#ae68ad color RGB value is (174,104,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 10101101
Octal 256 150 255
Decimal 174 104 173
Hex AE 68 AD

RGB Percentages of Color #ae68ad

%38.58
%23.06
%38.36

CMYK Percentages of Color #ae68ad

%0
%40
%1
%32

Triadic Colors of #ae68ad

#ae68ad #adae68 #68adae

Analogous Colors of #ae68ad

#ae68ad #ae688a #8c68ae

Monochromatic Colors of #ae68ad

#ae68ad

Complementary Color

#ae68ad #68ae69

#ae68ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae68ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae68ad Color CSS Codes

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

#ae68ad Text Font Color

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

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


#ae68ad Background Color

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

This div background color is #ae68ad


#ae68ad Border Color

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

This div border color is #ae68ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae68ad


Comments

No comments written yet.

Please login to write comment.