Color Hex Logo

#ae1373 Color Hex

#AE1373
(174,19,115)
0 Favorites   0 Comments

Color spaces of #ae1373

RGB 17419115
HSL0.900.800.38
HSV323°89°68°
CMYK 0.000.890.34   0.32
XYZ20.782910.702217.1900
Yxy10.70220.42700.2199
Hunter Lab32.714256.1488-8.2545
CIE-Lab39.074363.8369-13.1384

#ae1373 color RGB value is (174,19,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010011 01110011
Octal 256 23 163
Decimal 174 19 115
Hex AE 13 73

RGB Percentages of Color #ae1373

%56.49
%6.17
%37.34

CMYK Percentages of Color #ae1373

%0
%89
%34
%32

Triadic Colors of #ae1373

#ae1373 #73ae13 #1373ae

Analogous Colors of #ae1373

#ae1373 #ae1326 #9c13ae

Monochromatic Colors of #ae1373

#ae1373

Complementary Color

#ae1373 #13ae4e

#ae1373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1373 Color CSS Codes

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

#ae1373 Text Font Color

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

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


#ae1373 Background Color

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

This div background color is #ae1373


#ae1373 Border Color

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

This div border color is #ae1373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1373


Comments

No comments written yet.

Please login to write comment.