Color Hex Logo

#ae111e Color Hex

#AE111E
(174,17,30)
0 Favorites   0 Comments

Color spaces of #ae111e

RGB 1741730
HSL0.990.820.37
HSV355°90°68°
CMYK 0.000.900.83   0.32
XYZ17.89049.49332.1178
Yxy9.49330.60640.3218
Hunter Lab30.811249.725717.4926
CIE-Lab36.917258.456437.4503

#ae111e color RGB value is (174,17,30).

#ae111e hex color red value is 174, green value is 17 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ae111e hue: 0.99 , saturation: 0.82 and the lightness value of ae111e is 0.37.

The process color (four color CMYK) of #ae111e color hex is 0.00, 0.90, 0.83, 0.32. Web safe color of #ae111e is #990033. Color #ae111e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010001 00011110
Octal 256 21 36
Decimal 174 17 30
Hex AE 11 1E

RGB Percentages of Color #ae111e

%78.73
%7.69
%13.57

CMYK Percentages of Color #ae111e

%0
%90
%83
%32

Triadic Colors of #ae111e

#ae111e #1eae11 #111eae

Analogous Colors of #ae111e

#ae111e #ae5211 #ae116d

Monochromatic Colors of #ae111e

#ae111e

Complementary Color

#ae111e #11aea1

#ae111e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae111e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae111e Color CSS Codes

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

#ae111e Text Font Color

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

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


#ae111e Background Color

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

This div background color is #ae111e


#ae111e Border Color

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

This div border color is #ae111e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae111e


Comments

No comments written yet.

Please login to write comment.