Color Hex Logo

#ae6add Color Hex

#AE6ADD
(174,106,221)
0 Favorites   0 Comments

Color spaces of #ae6add

RGB 174106221
HSL0.770.630.64
HSV275°52°87°
CMYK 0.210.520.00   0.13
XYZ35.660724.527271.2613
Yxy24.52720.27130.1866
Hunter Lab49.524941.8612-50.6448
CIE-Lab56.611847.6414-48.4518

#ae6add color RGB value is (174,106,221).

#ae6add hex color red value is 174, green value is 106 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ae6add hue: 0.77 , saturation: 0.63 and the lightness value of ae6add is 0.64.

The process color (four color CMYK) of #ae6add color hex is 0.21, 0.52, 0.00, 0.13. Web safe color of #ae6add is #9966cc. Color #ae6add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101010 11011101
Octal 256 152 335
Decimal 174 106 221
Hex AE 6A DD

RGB Percentages of Color #ae6add

%34.73
%21.16
%44.11

CMYK Percentages of Color #ae6add

%21
%52
%0
%13

Triadic Colors of #ae6add

#ae6add #ddae6a #6addae

Analogous Colors of #ae6add

#ae6add #dd6ad3 #756add

Monochromatic Colors of #ae6add

#ae6add

Complementary Color

#ae6add #99dd6a

#ae6add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6add Color CSS Codes

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

#ae6add Text Font Color

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

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


#ae6add Background Color

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

This div background color is #ae6add


#ae6add Border Color

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

This div border color is #ae6add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6add


Comments

No comments written yet.

Please login to write comment.