Color Hex Logo

#ae5dde Color Hex

#AE5DDE
(174,93,222)
0 Favorites   0 Comments

Color spaces of #ae5dde

RGB 17493222
HSL0.770.660.62
HSV278°58°87°
CMYK 0.220.580.00   0.13
XYZ34.554722.101371.5520
Yxy22.10130.26950.1724
Hunter Lab47.012048.9298-57.3306
CIE-Lab54.134354.5528-52.9591

#ae5dde color RGB value is (174,93,222).

#ae5dde hex color red value is 174, green value is 93 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ae5dde hue: 0.77 , saturation: 0.66 and the lightness value of ae5dde is 0.62.

The process color (four color CMYK) of #ae5dde color hex is 0.22, 0.58, 0.00, 0.13. Web safe color of #ae5dde is #9966cc. Color #ae5dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011101 11011110
Octal 256 135 336
Decimal 174 93 222
Hex AE 5D DE

RGB Percentages of Color #ae5dde

%35.58
%19.02
%45.40

CMYK Percentages of Color #ae5dde

%22
%58
%0
%13

Triadic Colors of #ae5dde

#ae5dde #deae5d #5ddeae

Analogous Colors of #ae5dde

#ae5dde #de5dce #6e5dde

Monochromatic Colors of #ae5dde

#ae5dde

Complementary Color

#ae5dde #8dde5d

#ae5dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5dde Color CSS Codes

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

#ae5dde Text Font Color

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

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


#ae5dde Background Color

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

This div background color is #ae5dde


#ae5dde Border Color

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

This div border color is #ae5dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5dde


Comments

No comments written yet.

Please login to write comment.