Color Hex Logo

#ae516b Color Hex

#AE516B
(174,81,107)
0 Favorites   0 Comments

Color spaces of #ae516b

RGB 17481107
HSL0.950.360.50
HSV343°53°68°
CMYK 0.000.530.39   0.32
XYZ23.051815.945115.7727
Yxy15.94510.42090.2911
Hunter Lab39.931333.16584.5326
CIE-Lab46.902440.68063.4147

#ae516b color RGB value is (174,81,107).

#ae516b hex color red value is 174, green value is 81 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ae516b hue: 0.95 , saturation: 0.36 and the lightness value of ae516b is 0.50.

The process color (four color CMYK) of #ae516b color hex is 0.00, 0.53, 0.39, 0.32. Web safe color of #ae516b is #996666. Color #ae516b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010001 01101011
Octal 256 121 153
Decimal 174 81 107
Hex AE 51 6B

RGB Percentages of Color #ae516b

%48.07
%22.38
%29.56

CMYK Percentages of Color #ae516b

%0
%53
%39
%32

Triadic Colors of #ae516b

#ae516b #6bae51 #516bae

Analogous Colors of #ae516b

#ae516b #ae6651 #ae519a

Monochromatic Colors of #ae516b

#ae516b

Complementary Color

#ae516b #51ae94

#ae516b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae516b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae516b Color CSS Codes

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

#ae516b Text Font Color

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

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


#ae516b Background Color

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

This div background color is #ae516b


#ae516b Border Color

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

This div border color is #ae516b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae516b


Comments

No comments written yet.

Please login to write comment.