Color Hex Logo

#ae648a Color Hex

#AE648A
(174,100,138)
0 Favorites   0 Comments

Color spaces of #ae648a

RGB 174100138
HSL0.910.310.54
HSV329°43°68°
CMYK 0.000.430.21   0.32
XYZ26.600219.948026.4931
Yxy19.94800.36420.2731
Hunter Lab44.663228.1493-3.9051
CIE-Lab51.778434.9054-8.0000

#ae648a color RGB value is (174,100,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100100 10001010
Octal 256 144 212
Decimal 174 100 138
Hex AE 64 8A

RGB Percentages of Color #ae648a

%42.23
%24.27
%33.50

CMYK Percentages of Color #ae648a

%0
%43
%21
%32

Triadic Colors of #ae648a

#ae648a #8aae64 #648aae

Analogous Colors of #ae648a

#ae648a #ae6465 #ad64ae

Monochromatic Colors of #ae648a

#ae648a

Complementary Color

#ae648a #64ae88

#ae648a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae648a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae648a Color CSS Codes

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

#ae648a Text Font Color

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

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


#ae648a Background Color

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

This div background color is #ae648a


#ae648a Border Color

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

This div border color is #ae648a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae648a


Comments

No comments written yet.

Please login to write comment.