Color Hex Logo

#ae1347 Color Hex

#AE1347
(174,19,71)
0 Favorites   0 Comments

Color spaces of #ae1347

RGB 1741971
HSL0.940.800.38
HSV340°89°68°
CMYK 0.000.890.59   0.32
XYZ18.82589.91936.8836
Yxy9.91930.52840.2784
Hunter Lab31.494951.58069.0879
CIE-Lab37.697260.003912.9076

#ae1347 color RGB value is (174,19,71).

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

The process color (four color CMYK) of #ae1347 color hex is 0.00, 0.89, 0.59, 0.32. Web safe color of #ae1347 is #990033. Color #ae1347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010011 01000111
Octal 256 23 107
Decimal 174 19 71
Hex AE 13 47

RGB Percentages of Color #ae1347

%65.91
%7.20
%26.89

CMYK Percentages of Color #ae1347

%0
%89
%59
%32

Triadic Colors of #ae1347

#ae1347 #47ae13 #1347ae

Analogous Colors of #ae1347

#ae1347 #ae2c13 #ae1395

Monochromatic Colors of #ae1347

#ae1347

Complementary Color

#ae1347 #13ae7a

#ae1347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1347 Color CSS Codes

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

#ae1347 Text Font Color

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

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


#ae1347 Background Color

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

This div background color is #ae1347


#ae1347 Border Color

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

This div border color is #ae1347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1347


Comments

No comments written yet.

Please login to write comment.