Color Hex Logo

#ae6edd Color Hex

#AE6EDD
(174,110,221)
0 Favorites   0 Comments

Color spaces of #ae6edd

RGB 174110221
HSL0.760.620.65
HSV275°50°87°
CMYK 0.210.500.00   0.13
XYZ36.082625.371071.4019
Yxy25.37100.27160.1910
Hunter Lab50.369639.7227-48.7883
CIE-Lab57.435145.5092-47.1464

#ae6edd color RGB value is (174,110,221).

#ae6edd hex color red value is 174, green value is 110 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ae6edd hue: 0.76 , saturation: 0.62 and the lightness value of ae6edd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101110 11011101
Octal 256 156 335
Decimal 174 110 221
Hex AE 6E DD

RGB Percentages of Color #ae6edd

%34.46
%21.78
%43.76

CMYK Percentages of Color #ae6edd

%21
%50
%0
%13

Triadic Colors of #ae6edd

#ae6edd #ddae6e #6eddae

Analogous Colors of #ae6edd

#ae6edd #dd6ed5 #776edd

Monochromatic Colors of #ae6edd

#ae6edd

Complementary Color

#ae6edd #9ddd6e

#ae6edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6edd Color CSS Codes

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

#ae6edd Text Font Color

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

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


#ae6edd Background Color

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

This div background color is #ae6edd


#ae6edd Border Color

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

This div border color is #ae6edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,110,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 #ae6edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6edd


Comments

No comments written yet.

Please login to write comment.