Color Hex Logo

#ae658d Color Hex

#AE658D
(174,101,141)
0 Favorites   0 Comments

Color spaces of #ae658d

RGB 174101141
HSL0.910.310.54
HSV327°42°68°
CMYK 0.000.420.19   0.32
XYZ26.917020.229127.6852
Yxy20.22910.35970.2703
Hunter Lab44.976828.1166-5.0119
CIE-Lab52.095334.8327-9.2990

#ae658d color RGB value is (174,101,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100101 10001101
Octal 256 145 215
Decimal 174 101 141
Hex AE 65 8D

RGB Percentages of Color #ae658d

%41.83
%24.28
%33.89

CMYK Percentages of Color #ae658d

%0
%42
%19
%32

Triadic Colors of #ae658d

#ae658d #8dae65 #658dae

Analogous Colors of #ae658d

#ae658d #ae6569 #ab65ae

Monochromatic Colors of #ae658d

#ae658d

Complementary Color

#ae658d #65ae86

#ae658d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae658d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae658d Color CSS Codes

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

#ae658d Text Font Color

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

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


#ae658d Background Color

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

This div background color is #ae658d


#ae658d Border Color

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

This div border color is #ae658d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae658d


Comments

No comments written yet.

Please login to write comment.