Color Hex Logo

#ae203c Color Hex

#AE203C
(174,32,60)
0 Favorites   0 Comments

Color spaces of #ae203c

RGB 1743260
HSL0.970.690.40
HSV348°82°68°
CMYK 0.000.820.66   0.32
XYZ18.787710.35795.2840
Yxy10.35790.54570.3008
Hunter Lab32.183747.880512.7942
CIE-Lab38.477356.444820.9754

#ae203c color RGB value is (174,32,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100000 00111100
Octal 256 40 74
Decimal 174 32 60
Hex AE 20 3C

RGB Percentages of Color #ae203c

%65.41
%12.03
%22.56

CMYK Percentages of Color #ae203c

%0
%82
%66
%32

Triadic Colors of #ae203c

#ae203c #3cae20 #203cae

Analogous Colors of #ae203c

#ae203c #ae4b20 #ae2083

Monochromatic Colors of #ae203c

#ae203c

Complementary Color

#ae203c #20ae92

#ae203c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae203c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae203c Color CSS Codes

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

#ae203c Text Font Color

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

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


#ae203c Background Color

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

This div background color is #ae203c


#ae203c Border Color

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

This div border color is #ae203c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae203c


Comments

No comments written yet.

Please login to write comment.