Color Hex Logo

#ae359c Color Hex

#AE359C
(174,53,156)
0 Favorites   0 Comments

Color spaces of #ae359c

RGB 17453156
HSL0.860.530.45
HSV309°70°68°
CMYK 0.000.700.10   0.32
XYZ24.729413.945232.8408
Yxy13.94520.34580.1950
Hunter Lab37.343352.8552-26.0011
CIE-Lab44.154259.9136-30.4123

#ae359c color RGB value is (174,53,156).

#ae359c hex color red value is 174, green value is 53 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ae359c hue: 0.86 , saturation: 0.53 and the lightness value of ae359c is 0.45.

The process color (four color CMYK) of #ae359c color hex is 0.00, 0.70, 0.10, 0.32. Web safe color of #ae359c is #993399. Color #ae359c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 10011100
Octal 256 65 234
Decimal 174 53 156
Hex AE 35 9C

RGB Percentages of Color #ae359c

%45.43
%13.84
%40.73

CMYK Percentages of Color #ae359c

%0
%70
%10
%32

Triadic Colors of #ae359c

#ae359c #9cae35 #359cae

Analogous Colors of #ae359c

#ae359c #ae355f #8435ae

Monochromatic Colors of #ae359c

#ae359c

Complementary Color

#ae359c #35ae47

#ae359c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae359c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae359c Color CSS Codes

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

#ae359c Text Font Color

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

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


#ae359c Background Color

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

This div background color is #ae359c


#ae359c Border Color

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

This div border color is #ae359c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae359c


Comments

No comments written yet.

Please login to write comment.