Color Hex Logo

#ae5edb Color Hex

#AE5EDB
(174,94,219)
0 Favorites   0 Comments

Color spaces of #ae5edb

RGB 17494219
HSL0.770.630.61
HSV278°57°86°
CMYK 0.210.570.00   0.14
XYZ34.244422.118669.4823
Yxy22.11860.27210.1758
Hunter Lab47.030447.6685-54.6732
CIE-Lab54.152653.4026-51.2346

#ae5edb color RGB value is (174,94,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011110 11011011
Octal 256 136 333
Decimal 174 94 219
Hex AE 5E DB

RGB Percentages of Color #ae5edb

%35.73
%19.30
%44.97

CMYK Percentages of Color #ae5edb

%21
%57
%0
%14

Triadic Colors of #ae5edb

#ae5edb #dbae5e #5edbae

Analogous Colors of #ae5edb

#ae5edb #db5eca #705edb

Monochromatic Colors of #ae5edb

#ae5edb

Complementary Color

#ae5edb #8bdb5e

#ae5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5edb Color CSS Codes

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

#ae5edb Text Font Color

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

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


#ae5edb Background Color

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

This div background color is #ae5edb


#ae5edb Border Color

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

This div border color is #ae5edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5edb


Comments

No comments written yet.

Please login to write comment.