Color Hex Logo

#ae121e Color Hex

#AE121E
(174,18,30)
0 Favorites   0 Comments

Color spaces of #ae121e

RGB 1741830
HSL0.990.810.38
HSV355°90°68°
CMYK 0.000.900.83   0.32
XYZ17.90629.52502.1230
Yxy9.52500.60590.3223
Hunter Lab30.862649.554517.5253
CIE-Lab36.976158.287137.5078

#ae121e color RGB value is (174,18,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010010 00011110
Octal 256 22 36
Decimal 174 18 30
Hex AE 12 1E

RGB Percentages of Color #ae121e

%78.38
%8.11
%13.51

CMYK Percentages of Color #ae121e

%0
%90
%83
%32

Triadic Colors of #ae121e

#ae121e #1eae12 #121eae

Analogous Colors of #ae121e

#ae121e #ae5412 #ae126c

Monochromatic Colors of #ae121e

#ae121e

Complementary Color

#ae121e #12aea2

#ae121e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae121e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae121e Color CSS Codes

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

#ae121e Text Font Color

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

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


#ae121e Background Color

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

This div background color is #ae121e


#ae121e Border Color

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

This div border color is #ae121e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae121e


Comments

No comments written yet.

Please login to write comment.