Color Hex Logo

#ae33ad Color Hex

#AE33AD
(174,51,173)
0 Favorites   0 Comments

Color spaces of #ae33ad

RGB 17451173
HSL0.830.550.44
HSV300°71°68°
CMYK 0.000.710.01   0.32
XYZ26.182214.383540.9315
Yxy14.38350.32130.1765
Hunter Lab37.925656.8590-37.4413
CIE-Lab44.778063.3573-39.5534

#ae33ad color RGB value is (174,51,173).

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

The process color (four color CMYK) of #ae33ad color hex is 0.00, 0.71, 0.01, 0.32. Web safe color of #ae33ad is #993399. Color #ae33ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110011 10101101
Octal 256 63 255
Decimal 174 51 173
Hex AE 33 AD

RGB Percentages of Color #ae33ad

%43.72
%12.81
%43.47

CMYK Percentages of Color #ae33ad

%0
%71
%1
%32

Triadic Colors of #ae33ad

#ae33ad #adae33 #33adae

Analogous Colors of #ae33ad

#ae33ad #ae3370 #7233ae

Monochromatic Colors of #ae33ad

#ae33ad

Complementary Color

#ae33ad #33ae34

#ae33ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae33ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae33ad Color CSS Codes

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

#ae33ad Text Font Color

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

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


#ae33ad Background Color

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

This div background color is #ae33ad


#ae33ad Border Color

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

This div border color is #ae33ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae33ad


Comments

No comments written yet.

Please login to write comment.