Color Hex Logo

#ae1563 Color Hex

#AE1563
(174,21,99)
0 Favorites   0 Comments

Color spaces of #ae1563

RGB 1742199
HSL0.920.780.38
HSV329°88°68°
CMYK 0.000.880.43   0.32
XYZ19.975910.435912.7659
Yxy10.43590.46260.2417
Hunter Lab32.304653.8441-0.8165
CIE-Lab38.613761.8719-3.7260

#ae1563 color RGB value is (174,21,99).

#ae1563 hex color red value is 174, green value is 21 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ae1563 hue: 0.92 , saturation: 0.78 and the lightness value of ae1563 is 0.38.

The process color (four color CMYK) of #ae1563 color hex is 0.00, 0.88, 0.43, 0.32. Web safe color of #ae1563 is #990066. Color #ae1563 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 01100011
Octal 256 25 143
Decimal 174 21 99
Hex AE 15 63

RGB Percentages of Color #ae1563

%59.18
%7.14
%33.67

CMYK Percentages of Color #ae1563

%0
%88
%43
%32

Triadic Colors of #ae1563

#ae1563 #63ae15 #1563ae

Analogous Colors of #ae1563

#ae1563 #ae1516 #ad15ae

Monochromatic Colors of #ae1563

#ae1563

Complementary Color

#ae1563 #15ae60

#ae1563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1563 Color CSS Codes

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

#ae1563 Text Font Color

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

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


#ae1563 Background Color

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

This div background color is #ae1563


#ae1563 Border Color

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

This div border color is #ae1563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1563


Comments

No comments written yet.

Please login to write comment.