Color Hex Logo

#ae151a Color Hex

#AE151A
(174,21,26)
0 Favorites   0 Comments

Color spaces of #ae151a

RGB 1742126
HSL0.990.780.38
HSV358°88°68°
CMYK 0.000.880.85   0.32
XYZ17.91029.60961.8881
Yxy9.60960.60900.3268
Hunter Lab30.999448.881418.0883
CIE-Lab37.132457.634439.8408

#ae151a color RGB value is (174,21,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 00011010
Octal 256 25 32
Decimal 174 21 26
Hex AE 15 1A

RGB Percentages of Color #ae151a

%78.73
%9.50
%11.76

CMYK Percentages of Color #ae151a

%0
%88
%85
%32

Triadic Colors of #ae151a

#ae151a #1aae15 #151aae

Analogous Colors of #ae151a

#ae151a #ae5d15 #ae1567

Monochromatic Colors of #ae151a

#ae151a

Complementary Color

#ae151a #15aea9

#ae151a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae151a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae151a Color CSS Codes

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

#ae151a Text Font Color

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

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


#ae151a Background Color

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

This div background color is #ae151a


#ae151a Border Color

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

This div border color is #ae151a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae151a


Comments

No comments written yet.

Please login to write comment.