Color Hex Logo

#ae647e Color Hex

#AE647E
(174,100,126)
0 Favorites   0 Comments

Color spaces of #ae647e

RGB 174100126
HSL0.940.310.54
HSV339°43°68°
CMYK 0.000.430.28   0.32
XYZ25.778619.619422.1669
Yxy19.61940.38150.2904
Hunter Lab44.293826.37131.3339
CIE-Lab51.404133.1159-1.4413

#ae647e color RGB value is (174,100,126).

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

The process color (four color CMYK) of #ae647e color hex is 0.00, 0.43, 0.28, 0.32. Web safe color of #ae647e is #996666. Color #ae647e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100100 01111110
Octal 256 144 176
Decimal 174 100 126
Hex AE 64 7E

RGB Percentages of Color #ae647e

%43.50
%25.00
%31.50

CMYK Percentages of Color #ae647e

%0
%43
%28
%32

Triadic Colors of #ae647e

#ae647e #7eae64 #647eae

Analogous Colors of #ae647e

#ae647e #ae6f64 #ae64a3

Monochromatic Colors of #ae647e

#ae647e

Complementary Color

#ae647e #64ae94

#ae647e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae647e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae647e Color CSS Codes

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

#ae647e Text Font Color

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

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


#ae647e Background Color

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

This div background color is #ae647e


#ae647e Border Color

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

This div border color is #ae647e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae647e


Comments

No comments written yet.

Please login to write comment.