Color Hex Logo

#ae32af Color Hex

#AE32AF
(174,50,175)
0 Favorites   0 Comments

Color spaces of #ae32af

RGB 17450175
HSL0.830.560.44
HSV300°71°69°
CMYK 0.010.710.00   0.31
XYZ26.334014.375041.9441
Yxy14.37500.31860.1739
Hunter Lab37.914457.6297-39.0516
CIE-Lab44.766064.0365-40.7547

#ae32af color RGB value is (174,50,175).

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

The process color (four color CMYK) of #ae32af color hex is 0.01, 0.71, 0.00, 0.31. Web safe color of #ae32af is #993399. Color #ae32af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110010 10101111
Octal 256 62 257
Decimal 174 50 175
Hex AE 32 AF

RGB Percentages of Color #ae32af

%43.61
%12.53
%43.86

CMYK Percentages of Color #ae32af

%1
%71
%0
%31

Triadic Colors of #ae32af

#ae32af #afae32 #32afae

Analogous Colors of #ae32af

#ae32af #af3272 #7032af

Monochromatic Colors of #ae32af

#ae32af

Complementary Color

#ae32af #33af32

#ae32af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae32af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae32af Color CSS Codes

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

#ae32af Text Font Color

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

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


#ae32af Background Color

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

This div background color is #ae32af


#ae32af Border Color

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

This div border color is #ae32af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae32af


Comments

No comments written yet.

Please login to write comment.