Color Hex Logo

#ae748b Color Hex

#AE748B
(174,116,139)
0 Favorites   0 Comments

Color spaces of #ae748b

RGB 174116139
HSL0.930.260.57
HSV336°33°68°
CMYK 0.000.330.20   0.32
XYZ28.361223.353527.4390
Yxy23.35350.35830.2950
Hunter Lab48.325520.18840.1632
CIE-Lab55.434626.2093-3.1648

#ae748b color RGB value is (174,116,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110100 10001011
Octal 256 164 213
Decimal 174 116 139
Hex AE 74 8B

RGB Percentages of Color #ae748b

%40.56
%27.04
%32.40

CMYK Percentages of Color #ae748b

%0
%33
%20
%32

Triadic Colors of #ae748b

#ae748b #8bae74 #748bae

Analogous Colors of #ae748b

#ae748b #ae7a74 #ae74a8

Monochromatic Colors of #ae748b

#ae748b

Complementary Color

#ae748b #74ae97

#ae748b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae748b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae748b Color CSS Codes

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

#ae748b Text Font Color

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

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


#ae748b Background Color

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

This div background color is #ae748b


#ae748b Border Color

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

This div border color is #ae748b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae748b

#ae748b Color Palettes


Comments

No comments written yet.

Please login to write comment.