Color Hex Logo

#ae122e Color Hex

#AE122E
(174,18,46)
0 Favorites   0 Comments

Color spaces of #ae122e

RGB 1741846
HSL0.970.810.38
HSV349°90°68°
CMYK 0.000.900.74   0.32
XYZ18.16509.62853.4859
Yxy9.62850.58070.3078
Hunter Lab31.029850.192515.0602
CIE-Lab37.167358.837328.1616

#ae122e color RGB value is (174,18,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010010 00101110
Octal 256 22 56
Decimal 174 18 46
Hex AE 12 2E

RGB Percentages of Color #ae122e

%73.11
%7.56
%19.33

CMYK Percentages of Color #ae122e

%0
%90
%74
%32

Triadic Colors of #ae122e

#ae122e #2eae12 #122eae

Analogous Colors of #ae122e

#ae122e #ae4412 #ae127c

Monochromatic Colors of #ae122e

#ae122e

Complementary Color

#ae122e #12ae92

#ae122e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae122e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae122e Color CSS Codes

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

#ae122e Text Font Color

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

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


#ae122e Background Color

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

This div background color is #ae122e


#ae122e Border Color

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

This div border color is #ae122e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae122e


Comments

No comments written yet.

Please login to write comment.