Color Hex Logo

#ae222a Color Hex

#AE222A
(174,34,42)
0 Favorites   0 Comments

Color spaces of #ae222a

RGB 1743442
HSL0.990.670.41
HSV357°80°68°
CMYK 0.000.800.76   0.32
XYZ18.445510.30993.2083
Yxy10.30990.57710.3226
Hunter Lab32.109046.351116.5521
CIE-Lab38.393055.028932.0076

#ae222a color RGB value is (174,34,42).

#ae222a hex color red value is 174, green value is 34 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ae222a hue: 0.99 , saturation: 0.67 and the lightness value of ae222a is 0.41.

The process color (four color CMYK) of #ae222a color hex is 0.00, 0.80, 0.76, 0.32. Web safe color of #ae222a is #993333. Color #ae222a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100010 00101010
Octal 256 42 52
Decimal 174 34 42
Hex AE 22 2A

RGB Percentages of Color #ae222a

%69.60
%13.60
%16.80

CMYK Percentages of Color #ae222a

%0
%80
%76
%32

Triadic Colors of #ae222a

#ae222a #2aae22 #222aae

Analogous Colors of #ae222a

#ae222a #ae6022 #ae2270

Monochromatic Colors of #ae222a

#ae222a

Complementary Color

#ae222a #22aea6

#ae222a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae222a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae222a Color CSS Codes

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

#ae222a Text Font Color

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

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


#ae222a Background Color

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

This div background color is #ae222a


#ae222a Border Color

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

This div border color is #ae222a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae222a


Comments

No comments written yet.

Please login to write comment.