Color Hex Logo

#ae1915 Color Hex

#AE1915
(174,25,21)
0 Favorites   0 Comments

Color spaces of #ae1915

RGB 1742521
HSL0.000.780.38
HSV88°68°
CMYK 0.000.860.88   0.32
XYZ17.93859.74811.6456
Yxy9.74810.61160.3323
Hunter Lab31.221947.918418.7304
CIE-Lab37.386556.690342.5974

#ae1915 color RGB value is (174,25,21).

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

The process color (four color CMYK) of #ae1915 color hex is 0.00, 0.86, 0.88, 0.32. Web safe color of #ae1915 is #990000. Color #ae1915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011001 00010101
Octal 256 31 25
Decimal 174 25 21
Hex AE 19 15

RGB Percentages of Color #ae1915

%79.09
%11.36
%9.55

CMYK Percentages of Color #ae1915

%0
%86
%88
%32

Triadic Colors of #ae1915

#ae1915 #15ae19 #1915ae

Analogous Colors of #ae1915

#ae1915 #ae6615 #ae155e

Monochromatic Colors of #ae1915

#ae1915

Complementary Color

#ae1915 #15aaae

#ae1915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1915 Color CSS Codes

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

#ae1915 Text Font Color

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

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


#ae1915 Background Color

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

This div background color is #ae1915


#ae1915 Border Color

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

This div border color is #ae1915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1915


Comments

No comments written yet.

Please login to write comment.