Color Hex Logo

#ae325c Color Hex

#AE325C
(174,50,92)
0 Favorites   0 Comments

Color spaces of #ae325c

RGB 1745092
HSL0.940.550.44
HSV340°71°68°
CMYK 0.000.710.47   0.32
XYZ20.527912.052611.3697
Yxy12.05260.46710.2742
Hunter Lab34.716944.79164.8844
CIE-Lab41.299653.00804.6122

#ae325c color RGB value is (174,50,92).

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

The process color (four color CMYK) of #ae325c color hex is 0.00, 0.71, 0.47, 0.32. Web safe color of #ae325c is #993366. Color #ae325c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110010 01011100
Octal 256 62 134
Decimal 174 50 92
Hex AE 32 5C

RGB Percentages of Color #ae325c

%55.06
%15.82
%29.11

CMYK Percentages of Color #ae325c

%0
%71
%47
%32

Triadic Colors of #ae325c

#ae325c #5cae32 #325cae

Analogous Colors of #ae325c

#ae325c #ae4632 #ae329a

Monochromatic Colors of #ae325c

#ae325c

Complementary Color

#ae325c #32ae84

#ae325c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae325c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae325c Color CSS Codes

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

#ae325c Text Font Color

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

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


#ae325c Background Color

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

This div background color is #ae325c


#ae325c Border Color

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

This div border color is #ae325c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae325c


Comments

No comments written yet.

Please login to write comment.