color codes Logo

#ae324d color codes

#AE324D
(174,50,77)
0 Favorites   0 Comments

Color spaces of #ae324d

RGB 1745077
HSL0.960.550.44
HSV347°71°68°
CMYK 0.000.710.56   0.32
XYZ19.935711.81578.2511
Yxy11.81570.49840.2954
Hunter Lab34.374043.36939.8299
CIE-Lab40.921751.724013.5064

#ae324d color RGB value is (174,50,77).

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

The process color (four color CMYK) of #ae324d color code is 0.00, 0.71, 0.56, 0.32. Web safe color of #ae324d is #993366. Color #ae324d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110010 01001101
Octal 256 62 115
Decimal 174 50 77
Hex AE 32 4D

RGB Percentages of Color #ae324d

%57.81
%16.61
%25.58

CMYK Percentages of Color #ae324d

%0
%71
%56
%32

Triadic Colors of #ae324d

#ae324d #4dae32 #324dae

Analogous Colors of #ae324d

#ae324d #ae5532 #ae328b

Monochromatic Colors of #ae324d

#ae324d

Complementary Color

#ae324d #32ae93

#ae324d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae324d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae324d Color CSS Codes

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

#ae324d Text Font Color

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

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


#ae324d Background Color

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

This div background color is #ae324d


#ae324d Border Color

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

This div border color is #ae324d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae324d


Comments

No comments written yet.

Please login to write comment.