Color Hex Logo

#ae1837 Color Hex

#AE1837
(174,24,55)
0 Favorites   0 Comments

Color spaces of #ae1837

RGB 1742455
HSL0.970.760.39
HSV348°86°68°
CMYK 0.000.860.68   0.32
XYZ18.47189.92784.5571
Yxy9.92780.56050.3012
Hunter Lab31.508449.505913.4807
CIE-Lab37.712558.099423.1684

#ae1837 color RGB value is (174,24,55).

#ae1837 hex color red value is 174, green value is 24 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #ae1837 hue: 0.97 , saturation: 0.76 and the lightness value of ae1837 is 0.39.

The process color (four color CMYK) of #ae1837 color hex is 0.00, 0.86, 0.68, 0.32. Web safe color of #ae1837 is #990033. Color #ae1837 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011000 00110111
Octal 256 30 67
Decimal 174 24 55
Hex AE 18 37

RGB Percentages of Color #ae1837

%68.77
%9.49
%21.74

CMYK Percentages of Color #ae1837

%0
%86
%68
%32

Triadic Colors of #ae1837

#ae1837 #37ae18 #1837ae

Analogous Colors of #ae1837

#ae1837 #ae4418 #ae1882

Monochromatic Colors of #ae1837

#ae1837

Complementary Color

#ae1837 #18ae8f

#ae1837 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1837 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1837 Color CSS Codes

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

#ae1837 Text Font Color

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

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


#ae1837 Background Color

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

This div background color is #ae1837


#ae1837 Border Color

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

This div border color is #ae1837


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1837


Comments

No comments written yet.

Please login to write comment.