Color Hex Logo

#ae747d Color Hex

#AE747D
(174,116,125)
0 Favorites   0 Comments

Color spaces of #ae747d

RGB 174116125
HSL0.970.260.57
HSV351°33°68°
CMYK 0.000.330.28   0.32
XYZ27.402622.970122.3914
Yxy22.97010.37660.3157
Hunter Lab47.927118.18595.8489
CIE-Lab55.041524.09614.4342

#ae747d color RGB value is (174,116,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110100 01111101
Octal 256 164 175
Decimal 174 116 125
Hex AE 74 7D

RGB Percentages of Color #ae747d

%41.93
%27.95
%30.12

CMYK Percentages of Color #ae747d

%0
%33
%28
%32

Triadic Colors of #ae747d

#ae747d #7dae74 #747dae

Analogous Colors of #ae747d

#ae747d #ae8874 #ae749a

Monochromatic Colors of #ae747d

#ae747d

Complementary Color

#ae747d #74aea5

#ae747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae747d Color CSS Codes

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

#ae747d Text Font Color

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

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


#ae747d Background Color

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

This div background color is #ae747d


#ae747d Border Color

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

This div border color is #ae747d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,116,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 #ae747d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae747d


Comments

No comments written yet.

Please login to write comment.