Color Hex Logo

#ae707c Color Hex

#AE707C
(174,112,124)
0 Favorites   0 Comments

Color spaces of #ae707c

RGB 174112124
HSL0.970.280.56
HSV348°36°68°
CMYK 0.000.360.29   0.32
XYZ26.887822.042221.9062
Yxy22.04220.37960.3112
Hunter Lab46.949120.06615.2000
CIE-Lab54.071826.19463.6211

#ae707c color RGB value is (174,112,124).

#ae707c hex color red value is 174, green value is 112 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ae707c hue: 0.97 , saturation: 0.28 and the lightness value of ae707c is 0.56.

The process color (four color CMYK) of #ae707c color hex is 0.00, 0.36, 0.29, 0.32. Web safe color of #ae707c is #996666. Color #ae707c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 01111100
Octal 256 160 174
Decimal 174 112 124
Hex AE 70 7C

RGB Percentages of Color #ae707c

%42.44
%27.32
%30.24

CMYK Percentages of Color #ae707c

%0
%36
%29
%32

Triadic Colors of #ae707c

#ae707c #7cae70 #707cae

Analogous Colors of #ae707c

#ae707c #ae8370 #ae709b

Monochromatic Colors of #ae707c

#ae707c

Complementary Color

#ae707c #70aea2

#ae707c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae707c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae707c Color CSS Codes

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

#ae707c Text Font Color

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

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


#ae707c Background Color

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

This div background color is #ae707c


#ae707c Border Color

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

This div border color is #ae707c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae707c


Comments

No comments written yet.

Please login to write comment.