Color Hex Logo

#ae32ee Color Hex

#AE32EE
(174,50,238)
0 Favorites   0 Comments

Color spaces of #ae32ee

RGB 17450238
HSL0.780.850.56
HSV280°79°93°
CMYK 0.270.790.00   0.07
XYZ34.028817.452982.4642
Yxy17.45290.25400.1303
Hunter Lab41.776772.2864-87.7906
CIE-Lab48.825775.6152-70.5365

#ae32ee color RGB value is (174,50,238).

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

The process color (four color CMYK) of #ae32ee color hex is 0.27, 0.79, 0.00, 0.07. Web safe color of #ae32ee is #9933ff. Color #ae32ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110010 11101110
Octal 256 62 356
Decimal 174 50 238
Hex AE 32 EE

RGB Percentages of Color #ae32ee

%37.66
%10.82
%51.52

CMYK Percentages of Color #ae32ee

%27
%79
%0
%7

Triadic Colors of #ae32ee

#ae32ee #eeae32 #32eeae

Analogous Colors of #ae32ee

#ae32ee #ee32d0 #5032ee

Monochromatic Colors of #ae32ee

#ae32ee

Complementary Color

#ae32ee #72ee32

#ae32ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae32ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae32ee Color CSS Codes

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

#ae32ee Text Font Color

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

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


#ae32ee Background Color

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

This div background color is #ae32ee


#ae32ee Border Color

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

This div border color is #ae32ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae32ee


Comments

No comments written yet.

Please login to write comment.