Color Hex Logo

#ae1636 Color Hex

#AE1636
(174,22,54)
0 Favorites   0 Comments

Color spaces of #ae1636

RGB 1742254
HSL0.960.780.38
HSV347°87°68°
CMYK 0.000.870.69   0.32
XYZ18.40839.83884.4189
Yxy9.83880.56350.3012
Hunter Lab31.366949.864513.6041
CIE-Lab37.551558.461023.6000

#ae1636 color RGB value is (174,22,54).

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

The process color (four color CMYK) of #ae1636 color hex is 0.00, 0.87, 0.69, 0.32. Web safe color of #ae1636 is #990033. Color #ae1636 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010110 00110110
Octal 256 26 66
Decimal 174 22 54
Hex AE 16 36

RGB Percentages of Color #ae1636

%69.60
%8.80
%21.60

CMYK Percentages of Color #ae1636

%0
%87
%69
%32

Triadic Colors of #ae1636

#ae1636 #36ae16 #1636ae

Analogous Colors of #ae1636

#ae1636 #ae4216 #ae1682

Monochromatic Colors of #ae1636

#ae1636

Complementary Color

#ae1636 #16ae8e

#ae1636 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1636 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1636 Color CSS Codes

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

#ae1636 Text Font Color

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

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


#ae1636 Background Color

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

This div background color is #ae1636


#ae1636 Border Color

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

This div border color is #ae1636


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1636


Comments

No comments written yet.

Please login to write comment.