Color Hex Logo

#ae0915 Color Hex

#AE0915
(174,9,21)
0 Favorites   0 Comments

Color spaces of #ae0915

RGB 174921
HSL0.990.900.36
HSV356°95°68°
CMYK 0.000.950.88   0.32
XYZ17.68869.24821.5623
Yxy9.24820.62070.3245
Hunter Lab30.410950.606318.2417
CIE-Lab36.457859.355041.8451

#ae0915 color RGB value is (174,9,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001001 00010101
Octal 256 11 25
Decimal 174 9 21
Hex AE 9 15

RGB Percentages of Color #ae0915

%85.29
%4.41
%10.29

CMYK Percentages of Color #ae0915

%0
%95
%88
%32

Triadic Colors of #ae0915

#ae0915 #15ae09 #0915ae

Analogous Colors of #ae0915

#ae0915 #ae5009 #ae0968

Monochromatic Colors of #ae0915

#ae0915

Complementary Color

#ae0915 #09aea2

#ae0915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0915 Color CSS Codes

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

#ae0915 Text Font Color

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

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


#ae0915 Background Color

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

This div background color is #ae0915


#ae0915 Border Color

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

This div border color is #ae0915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0915


Comments

No comments written yet.

Please login to write comment.