Color Hex Logo

#ae728b Color Hex

#AE728B
(174,114,139)
0 Favorites   0 Comments

Color spaces of #ae728b

RGB 174114139
HSL0.930.270.56
HSV335°34°68°
CMYK 0.000.340.20   0.32
XYZ28.133122.897427.3630
Yxy22.89740.35890.2921
Hunter Lab47.851221.2056-0.4082
CIE-Lab54.966527.3289-3.8552

#ae728b color RGB value is (174,114,139).

#ae728b hex color red value is 174, green value is 114 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ae728b hue: 0.93 , saturation: 0.27 and the lightness value of ae728b is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110010 10001011
Octal 256 162 213
Decimal 174 114 139
Hex AE 72 8B

RGB Percentages of Color #ae728b

%40.75
%26.70
%32.55

CMYK Percentages of Color #ae728b

%0
%34
%20
%32

Triadic Colors of #ae728b

#ae728b #8bae72 #728bae

Analogous Colors of #ae728b

#ae728b #ae7772 #ae72a9

Monochromatic Colors of #ae728b

#ae728b

Complementary Color

#ae728b #72ae95

#ae728b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae728b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae728b Color CSS Codes

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

#ae728b Text Font Color

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

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


#ae728b Background Color

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

This div background color is #ae728b


#ae728b Border Color

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

This div border color is #ae728b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae728b


Comments

No comments written yet.

Please login to write comment.