Color Hex Logo

#ae469c Color Hex

#AE469C
(174,70,156)
0 Favorites   0 Comments

Color spaces of #ae469c

RGB 17470156
HSL0.860.430.48
HSV310°60°68°
CMYK 0.000.600.10   0.32
XYZ25.646515.779333.1465
Yxy15.77930.34390.2116
Hunter Lab39.723245.7296-21.6676
CIE-Lab46.683652.9093-26.4662

#ae469c color RGB value is (174,70,156).

#ae469c hex color red value is 174, green value is 70 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ae469c hue: 0.86 , saturation: 0.43 and the lightness value of ae469c is 0.48.

The process color (four color CMYK) of #ae469c color hex is 0.00, 0.60, 0.10, 0.32. Web safe color of #ae469c is #993399. Color #ae469c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000110 10011100
Octal 256 106 234
Decimal 174 70 156
Hex AE 46 9C

RGB Percentages of Color #ae469c

%43.50
%17.50
%39.00

CMYK Percentages of Color #ae469c

%0
%60
%10
%32

Triadic Colors of #ae469c

#ae469c #9cae46 #469cae

Analogous Colors of #ae469c

#ae469c #ae4668 #8c46ae

Monochromatic Colors of #ae469c

#ae469c

Complementary Color

#ae469c #46ae58

#ae469c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae469c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae469c Color CSS Codes

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

#ae469c Text Font Color

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

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


#ae469c Background Color

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

This div background color is #ae469c


#ae469c Border Color

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

This div border color is #ae469c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae469c


Comments

No comments written yet.

Please login to write comment.