Color Hex Logo

#ae5edc Color Hex

#AE5EDC
(174,94,220)
0 Favorites   0 Comments

Color spaces of #ae5edc

RGB 17494220
HSL0.770.640.62
HSV278°57°86°
CMYK 0.210.570.00   0.14
XYZ34.376522.171470.1778
Yxy22.17140.27130.1750
Hunter Lab47.086547.9163-55.4053
CIE-Lab54.208453.6190-51.7111

#ae5edc color RGB value is (174,94,220).

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

The process color (four color CMYK) of #ae5edc color hex is 0.21, 0.57, 0.00, 0.14. Web safe color of #ae5edc is #9966cc. Color #ae5edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011110 11011100
Octal 256 136 334
Decimal 174 94 220
Hex AE 5E DC

RGB Percentages of Color #ae5edc

%35.66
%19.26
%45.08

CMYK Percentages of Color #ae5edc

%21
%57
%0
%14

Triadic Colors of #ae5edc

#ae5edc #dcae5e #5edcae

Analogous Colors of #ae5edc

#ae5edc #dc5ecb #6f5edc

Monochromatic Colors of #ae5edc

#ae5edc

Complementary Color

#ae5edc #8cdc5e

#ae5edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5edc Color CSS Codes

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

#ae5edc Text Font Color

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

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


#ae5edc Background Color

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

This div background color is #ae5edc


#ae5edc Border Color

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

This div border color is #ae5edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5edc


Comments

No comments written yet.

Please login to write comment.