Color Hex Logo

#ae32be Color Hex

#AE32BE
(174,50,190)
0 Favorites   0 Comments

Color spaces of #ae32be

RGB 17450190
HSL0.810.580.47
HSV293°74°75°
CMYK 0.080.740.00   0.25
XYZ27.890414.997650.1400
Yxy14.99760.29980.1612
Hunter Lab38.726760.7812-49.6548
CIE-Lab45.630966.6075-48.1839

#ae32be color RGB value is (174,50,190).

#ae32be hex color red value is 174, green value is 50 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ae32be hue: 0.81 , saturation: 0.58 and the lightness value of ae32be is 0.47.

The process color (four color CMYK) of #ae32be color hex is 0.08, 0.74, 0.00, 0.25. Web safe color of #ae32be is #9933cc. Color #ae32be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110010 10111110
Octal 256 62 276
Decimal 174 50 190
Hex AE 32 BE

RGB Percentages of Color #ae32be

%42.03
%12.08
%45.89

CMYK Percentages of Color #ae32be

%8
%74
%0
%25

Triadic Colors of #ae32be

#ae32be #beae32 #32beae

Analogous Colors of #ae32be

#ae32be #be3288 #6832be

Monochromatic Colors of #ae32be

#ae32be

Complementary Color

#ae32be #42be32

#ae32be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae32be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae32be Color CSS Codes

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

#ae32be Text Font Color

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

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


#ae32be Background Color

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

This div background color is #ae32be


#ae32be Border Color

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

This div border color is #ae32be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae32be


Comments

No comments written yet.

Please login to write comment.