Color Hex Logo

#ae737d Color Hex

#AE737D
(174,115,125)
0 Favorites   0 Comments

Color spaces of #ae737d

RGB 174115125
HSL0.970.270.57
HSV350°34°68°
CMYK 0.000.340.28   0.32
XYZ27.288022.740822.3532
Yxy22.74080.37700.3142
Hunter Lab47.687318.68985.5892
CIE-Lab54.804324.65734.0924

#ae737d color RGB value is (174,115,125).

#ae737d hex color red value is 174, green value is 115 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ae737d hue: 0.97 , saturation: 0.27 and the lightness value of ae737d is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110011 01111101
Octal 256 163 175
Decimal 174 115 125
Hex AE 73 7D

RGB Percentages of Color #ae737d

%42.03
%27.78
%30.19

CMYK Percentages of Color #ae737d

%0
%34
%28
%32

Triadic Colors of #ae737d

#ae737d #7dae73 #737dae

Analogous Colors of #ae737d

#ae737d #ae8773 #ae739b

Monochromatic Colors of #ae737d

#ae737d

Complementary Color

#ae737d #73aea4

#ae737d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae737d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae737d Color CSS Codes

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

#ae737d Text Font Color

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

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


#ae737d Background Color

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

This div background color is #ae737d


#ae737d Border Color

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

This div border color is #ae737d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae737d


Comments

No comments written yet.

Please login to write comment.