Color Hex Logo

#ae7edd Color Hex

#AE7EDD
(174,126,221)
0 Favorites   0 Comments

Color spaces of #ae7edd

RGB 174126221
HSL0.750.580.68
HSV270°43°87°
CMYK 0.210.430.00   0.13
XYZ37.967629.140872.0302
Yxy29.14080.27290.2094
Hunter Lab53.982231.0765-41.3250
CIE-Lab60.905736.7477-41.6709

#ae7edd color RGB value is (174,126,221).

#ae7edd hex color red value is 174, green value is 126 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ae7edd hue: 0.75 , saturation: 0.58 and the lightness value of ae7edd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111110 11011101
Octal 256 176 335
Decimal 174 126 221
Hex AE 7E DD

RGB Percentages of Color #ae7edd

%33.40
%24.18
%42.42

CMYK Percentages of Color #ae7edd

%21
%43
%0
%13

Triadic Colors of #ae7edd

#ae7edd #ddae7e #7eddae

Analogous Colors of #ae7edd

#ae7edd #dd7edd #7f7edd

Monochromatic Colors of #ae7edd

#ae7edd

Complementary Color

#ae7edd #addd7e

#ae7edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7edd Color CSS Codes

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

#ae7edd Text Font Color

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

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


#ae7edd Background Color

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

This div background color is #ae7edd


#ae7edd Border Color

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

This div border color is #ae7edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7edd


Comments

No comments written yet.

Please login to write comment.