Color Hex Logo

#ae136e Color Hex

#AE136E
(174,19,110)
0 Favorites   0 Comments

Color spaces of #ae136e

RGB 17419110
HSL0.900.800.38
HSV325°89°68°
CMYK 0.000.890.37   0.32
XYZ20.502910.590215.7153
Yxy10.59020.43800.2262
Hunter Lab32.542655.5113-5.8522
CIE-Lab38.881563.3090-10.2869

#ae136e color RGB value is (174,19,110).

#ae136e hex color red value is 174, green value is 19 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ae136e hue: 0.90 , saturation: 0.80 and the lightness value of ae136e is 0.38.

The process color (four color CMYK) of #ae136e color hex is 0.00, 0.89, 0.37, 0.32. Web safe color of #ae136e is #990066. Color #ae136e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010011 01101110
Octal 256 23 156
Decimal 174 19 110
Hex AE 13 6E

RGB Percentages of Color #ae136e

%57.43
%6.27
%36.30

CMYK Percentages of Color #ae136e

%0
%89
%37
%32

Triadic Colors of #ae136e

#ae136e #6eae13 #136eae

Analogous Colors of #ae136e

#ae136e #ae1321 #a113ae

Monochromatic Colors of #ae136e

#ae136e

Complementary Color

#ae136e #13ae53

#ae136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae136e Color CSS Codes

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

#ae136e Text Font Color

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

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


#ae136e Background Color

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

This div background color is #ae136e


#ae136e Border Color

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

This div border color is #ae136e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae136e


Comments

No comments written yet.

Please login to write comment.