Color Hex Logo

#ae32de Color Hex

#AE32DE
(174,50,222)
0 Favorites   0 Comments

Color spaces of #ae32de

RGB 17450222
HSL0.790.720.53
HSV283°77°87°
CMYK 0.220.770.00   0.13
XYZ31.781016.553870.6274
Yxy16.55380.26720.1392
Hunter Lab40.686468.2291-74.4410
CIE-Lab47.692872.5021-63.3129

#ae32de color RGB value is (174,50,222).

#ae32de hex color red value is 174, green value is 50 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ae32de hue: 0.79 , saturation: 0.72 and the lightness value of ae32de is 0.53.

The process color (four color CMYK) of #ae32de color hex is 0.22, 0.77, 0.00, 0.13. Web safe color of #ae32de is #9933cc. Color #ae32de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110010 11011110
Octal 256 62 336
Decimal 174 50 222
Hex AE 32 DE

RGB Percentages of Color #ae32de

%39.01
%11.21
%49.78

CMYK Percentages of Color #ae32de

%22
%77
%0
%13

Triadic Colors of #ae32de

#ae32de #deae32 #32deae

Analogous Colors of #ae32de

#ae32de #de32b8 #5832de

Monochromatic Colors of #ae32de

#ae32de

Complementary Color

#ae32de #62de32

#ae32de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae32de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae32de Color CSS Codes

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

#ae32de Text Font Color

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

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


#ae32de Background Color

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

This div background color is #ae32de


#ae32de Border Color

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

This div border color is #ae32de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae32de


Comments

No comments written yet.

Please login to write comment.