Color Hex Logo

#ae173e Color Hex

#AE173E
(174,23,62)
0 Favorites   0 Comments

Color spaces of #ae173e

RGB 1742362
HSL0.960.770.39
HSV345°87°68°
CMYK 0.000.870.64   0.32
XYZ18.63159.95935.4978
Yxy9.95930.54660.2922
Hunter Lab31.558450.156111.7619
CIE-Lab37.769358.687018.7838

#ae173e color RGB value is (174,23,62).

#ae173e hex color red value is 174, green value is 23 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ae173e hue: 0.96 , saturation: 0.77 and the lightness value of ae173e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010111 00111110
Octal 256 27 76
Decimal 174 23 62
Hex AE 17 3E

RGB Percentages of Color #ae173e

%67.18
%8.88
%23.94

CMYK Percentages of Color #ae173e

%0
%87
%64
%32

Triadic Colors of #ae173e

#ae173e #3eae17 #173eae

Analogous Colors of #ae173e

#ae173e #ae3c17 #ae178a

Monochromatic Colors of #ae173e

#ae173e

Complementary Color

#ae173e #17ae87

#ae173e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae173e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae173e Color CSS Codes

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

#ae173e Text Font Color

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

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


#ae173e Background Color

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

This div background color is #ae173e


#ae173e Border Color

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

This div border color is #ae173e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae173e


Comments

No comments written yet.

Please login to write comment.