Color Hex Logo

#ae151b Color Hex

#AE151B
(174,21,27)
0 Favorites   0 Comments

Color spaces of #ae151b

RGB 1742127
HSL0.990.780.38
HSV358°88°68°
CMYK 0.000.880.84   0.32
XYZ17.92169.61411.9481
Yxy9.61410.60780.3261
Hunter Lab31.006648.910217.9795
CIE-Lab37.140757.659539.3125

#ae151b color RGB value is (174,21,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 00011011
Octal 256 25 33
Decimal 174 21 27
Hex AE 15 1B

RGB Percentages of Color #ae151b

%78.38
%9.46
%12.16

CMYK Percentages of Color #ae151b

%0
%88
%84
%32

Triadic Colors of #ae151b

#ae151b #1bae15 #151bae

Analogous Colors of #ae151b

#ae151b #ae5c15 #ae1568

Monochromatic Colors of #ae151b

#ae151b

Complementary Color

#ae151b #15aea8

#ae151b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae151b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae151b Color CSS Codes

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

#ae151b Text Font Color

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

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


#ae151b Background Color

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

This div background color is #ae151b


#ae151b Border Color

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

This div border color is #ae151b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae151b


Comments

No comments written yet.

Please login to write comment.