Color Hex Logo

#ae324c Color Hex

#AE324C
(174,50,76)
0 Favorites   0 Comments

Color spaces of #ae324c

RGB 1745076
HSL0.970.550.44
HSV347°71°68°
CMYK 0.000.710.56   0.32
XYZ19.900711.80178.0665
Yxy11.80170.50040.2968
Hunter Lab34.353643.284510.1258
CIE-Lab40.899251.646914.1035

#ae324c color RGB value is (174,50,76).

#ae324c hex color red value is 174, green value is 50 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ae324c hue: 0.97 , saturation: 0.55 and the lightness value of ae324c is 0.44.

The process color (four color CMYK) of #ae324c color hex is 0.00, 0.71, 0.56, 0.32. Web safe color of #ae324c is #993333. Color #ae324c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110010 01001100
Octal 256 62 114
Decimal 174 50 76
Hex AE 32 4C

RGB Percentages of Color #ae324c

%58.00
%16.67
%25.33

CMYK Percentages of Color #ae324c

%0
%71
%56
%32

Triadic Colors of #ae324c

#ae324c #4cae32 #324cae

Analogous Colors of #ae324c

#ae324c #ae5632 #ae328a

Monochromatic Colors of #ae324c

#ae324c

Complementary Color

#ae324c #32ae94

#ae324c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae324c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae324c Color CSS Codes

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

#ae324c Text Font Color

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

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


#ae324c Background Color

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

This div background color is #ae324c


#ae324c Border Color

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

This div border color is #ae324c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae324c


Comments

No comments written yet.

Please login to write comment.