Color Hex Logo

#ae326c Color Hex

#AE326C
(174,50,108)
0 Favorites   0 Comments

Color spaces of #ae326c

RGB 17450108
HSL0.920.550.44
HSV332°71°68°
CMYK 0.000.710.38   0.32
XYZ21.302912.362615.4508
Yxy12.36260.43370.2517
Hunter Lab35.160546.6180-1.4418
CIE-Lab41.786754.6371-4.6860

#ae326c color RGB value is (174,50,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110010 01101100
Octal 256 62 154
Decimal 174 50 108
Hex AE 32 6C

RGB Percentages of Color #ae326c

%52.41
%15.06
%32.53

CMYK Percentages of Color #ae326c

%0
%71
%38
%32

Triadic Colors of #ae326c

#ae326c #6cae32 #326cae

Analogous Colors of #ae326c

#ae326c #ae3632 #ae32aa

Monochromatic Colors of #ae326c

#ae326c

Complementary Color

#ae326c #32ae74

#ae326c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae326c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae326c Color CSS Codes

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

#ae326c Text Font Color

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

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


#ae326c Background Color

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

This div background color is #ae326c


#ae326c Border Color

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

This div border color is #ae326c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae326c


Comments

No comments written yet.

Please login to write comment.