Color Hex Logo

#ae648c Color Hex

#AE648C
(174,100,140)
0 Favorites   0 Comments

Color spaces of #ae648c

RGB 174100140
HSL0.910.310.54
HSV328°43°68°
CMYK 0.000.430.20   0.32
XYZ26.746420.006527.2629
Yxy20.00650.36140.2703
Hunter Lab44.728628.4626-4.8283
CIE-Lab51.844635.2182-9.0837

#ae648c color RGB value is (174,100,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100100 10001100
Octal 256 144 214
Decimal 174 100 140
Hex AE 64 8C

RGB Percentages of Color #ae648c

%42.03
%24.15
%33.82

CMYK Percentages of Color #ae648c

%0
%43
%20
%32

Triadic Colors of #ae648c

#ae648c #8cae64 #648cae

Analogous Colors of #ae648c

#ae648c #ae6467 #ab64ae

Monochromatic Colors of #ae648c

#ae648c

Complementary Color

#ae648c #64ae86

#ae648c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae648c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae648c Color CSS Codes

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

#ae648c Text Font Color

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

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


#ae648c Background Color

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

This div background color is #ae648c


#ae648c Border Color

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

This div border color is #ae648c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae648c


Comments

No comments written yet.

Please login to write comment.