Color Hex Logo

#ae4edb Color Hex

#AE4EDB
(174,78,219)
0 Favorites   0 Comments

Color spaces of #ae4edb

RGB 17478219
HSL0.780.660.58
HSV281°64°86°
CMYK 0.210.640.00   0.14
XYZ32.966119.561969.0562
Yxy19.56190.27110.1609
Hunter Lab44.228855.6451-61.6116
CIE-Lab51.338261.0503-55.7343

#ae4edb color RGB value is (174,78,219).

#ae4edb hex color red value is 174, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ae4edb hue: 0.78 , saturation: 0.66 and the lightness value of ae4edb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001110 11011011
Octal 256 116 333
Decimal 174 78 219
Hex AE 4E DB

RGB Percentages of Color #ae4edb

%36.94
%16.56
%46.50

CMYK Percentages of Color #ae4edb

%21
%64
%0
%14

Triadic Colors of #ae4edb

#ae4edb #dbae4e #4edbae

Analogous Colors of #ae4edb

#ae4edb #db4ec2 #684edb

Monochromatic Colors of #ae4edb

#ae4edb

Complementary Color

#ae4edb #7bdb4e

#ae4edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4edb Color CSS Codes

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

#ae4edb Text Font Color

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

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


#ae4edb Background Color

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

This div background color is #ae4edb


#ae4edb Border Color

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

This div border color is #ae4edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4edb


Comments

No comments written yet.

Please login to write comment.