Color Hex Logo

#ae3659 Color Hex

#AE3659
(174,54,89)
0 Favorites   0 Comments

Color spaces of #ae3659

RGB 1745489
HSL0.950.530.45
HSV343°69°68°
CMYK 0.000.690.49   0.32
XYZ20.577912.358310.7520
Yxy12.35830.47100.2829
Hunter Lab35.154442.96636.4742
CIE-Lab41.780051.18077.1779

#ae3659 color RGB value is (174,54,89).

#ae3659 hex color red value is 174, green value is 54 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ae3659 hue: 0.95 , saturation: 0.53 and the lightness value of ae3659 is 0.45.

The process color (four color CMYK) of #ae3659 color hex is 0.00, 0.69, 0.49, 0.32. Web safe color of #ae3659 is #993366. Color #ae3659 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 01011001
Octal 256 66 131
Decimal 174 54 89
Hex AE 36 59

RGB Percentages of Color #ae3659

%54.89
%17.03
%28.08

CMYK Percentages of Color #ae3659

%0
%69
%49
%32

Triadic Colors of #ae3659

#ae3659 #59ae36 #3659ae

Analogous Colors of #ae3659

#ae3659 #ae4f36 #ae3695

Monochromatic Colors of #ae3659

#ae3659

Complementary Color

#ae3659 #36ae8b

#ae3659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3659 Color CSS Codes

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

#ae3659 Text Font Color

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

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


#ae3659 Background Color

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

This div background color is #ae3659


#ae3659 Border Color

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

This div border color is #ae3659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3659


Comments

No comments written yet.

Please login to write comment.