Color Hex Logo

#ae202c Color Hex

#AE202C
(174,32,44)
0 Favorites   0 Comments

Color spaces of #ae202c

RGB 1743244
HSL0.990.690.40
HSV355°82°68°
CMYK 0.000.820.75   0.32
XYZ18.426710.21353.3831
Yxy10.21350.57540.3189
Hunter Lab31.958646.992216.0946
CIE-Lab38.222955.663630.6123

#ae202c color RGB value is (174,32,44).

#ae202c hex color red value is 174, green value is 32 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ae202c hue: 0.99 , saturation: 0.69 and the lightness value of ae202c is 0.40.

The process color (four color CMYK) of #ae202c color hex is 0.00, 0.82, 0.75, 0.32. Web safe color of #ae202c is #993333. Color #ae202c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100000 00101100
Octal 256 40 54
Decimal 174 32 44
Hex AE 20 2C

RGB Percentages of Color #ae202c

%69.60
%12.80
%17.60

CMYK Percentages of Color #ae202c

%0
%82
%75
%32

Triadic Colors of #ae202c

#ae202c #2cae20 #202cae

Analogous Colors of #ae202c

#ae202c #ae5b20 #ae2073

Monochromatic Colors of #ae202c

#ae202c

Complementary Color

#ae202c #20aea2

#ae202c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae202c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae202c Color CSS Codes

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

#ae202c Text Font Color

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

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


#ae202c Background Color

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

This div background color is #ae202c


#ae202c Border Color

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

This div border color is #ae202c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae202c


Comments

No comments written yet.

Please login to write comment.