Color Hex Logo

#ae153e Color Hex

#AE153E
(174,21,62)
0 Favorites   0 Comments

Color spaces of #ae153e

RGB 1742162
HSL0.960.780.38
HSV344°88°68°
CMYK 0.000.880.64   0.32
XYZ18.59329.88285.4850
Yxy9.88280.54750.2910
Hunter Lab31.436950.558311.6611
CIE-Lab37.631359.082818.6032

#ae153e color RGB value is (174,21,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 00111110
Octal 256 25 76
Decimal 174 21 62
Hex AE 15 3E

RGB Percentages of Color #ae153e

%67.70
%8.17
%24.12

CMYK Percentages of Color #ae153e

%0
%88
%64
%32

Triadic Colors of #ae153e

#ae153e #3eae15 #153eae

Analogous Colors of #ae153e

#ae153e #ae3915 #ae158b

Monochromatic Colors of #ae153e

#ae153e

Complementary Color

#ae153e #15ae85

#ae153e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae153e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae153e Color CSS Codes

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

#ae153e Text Font Color

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

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


#ae153e Background Color

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

This div background color is #ae153e


#ae153e Border Color

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

This div border color is #ae153e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,21,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 #ae153e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae153e


Comments

No comments written yet.

Please login to write comment.