Color Hex Logo

#ae748a Color Hex

#AE748A
(174,116,138)
0 Favorites   0 Comments

Color spaces of #ae748a

RGB 174116138
HSL0.940.260.57
HSV337°33°68°
CMYK 0.000.330.21   0.32
XYZ28.288423.324427.0559
Yxy23.32440.35960.2965
Hunter Lab48.295320.03730.5914
CIE-Lab55.404926.0512-2.6253

#ae748a color RGB value is (174,116,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110100 10001010
Octal 256 164 212
Decimal 174 116 138
Hex AE 74 8A

RGB Percentages of Color #ae748a

%40.65
%27.10
%32.24

CMYK Percentages of Color #ae748a

%0
%33
%21
%32

Triadic Colors of #ae748a

#ae748a #8aae74 #748aae

Analogous Colors of #ae748a

#ae748a #ae7b74 #ae74a7

Monochromatic Colors of #ae748a

#ae748a

Complementary Color

#ae748a #74ae98

#ae748a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae748a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae748a Color CSS Codes

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

#ae748a Text Font Color

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

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


#ae748a Background Color

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

This div background color is #ae748a


#ae748a Border Color

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

This div border color is #ae748a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae748a


Comments

No comments written yet.

Please login to write comment.