Color Hex Logo

#ae0edb Color Hex

#AE0EDB
(174,14,219)
0 Favorites   0 Comments

Color spaces of #ae0edb

RGB 17414219
HSL0.800.880.46
HSV287°94°86°
CMYK 0.210.940.00   0.14
XYZ30.398814.427268.2004
Yxy14.42720.26900.1276
Hunter Lab37.983276.3872-79.8696
CIE-Lab44.839579.6953-66.2263

#ae0edb color RGB value is (174,14,219).

#ae0edb hex color red value is 174, green value is 14 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ae0edb hue: 0.80 , saturation: 0.88 and the lightness value of ae0edb is 0.46.

The process color (four color CMYK) of #ae0edb color hex is 0.21, 0.94, 0.00, 0.14. Web safe color of #ae0edb is #9900cc. Color #ae0edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001110 11011011
Octal 256 16 333
Decimal 174 14 219
Hex AE E DB

RGB Percentages of Color #ae0edb

%42.75
%3.44
%53.81

CMYK Percentages of Color #ae0edb

%21
%94
%0
%14

Triadic Colors of #ae0edb

#ae0edb #dbae0e #0edbae

Analogous Colors of #ae0edb

#ae0edb #db0ea2 #480edb

Monochromatic Colors of #ae0edb

#ae0edb

Complementary Color

#ae0edb #3bdb0e

#ae0edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0edb Color CSS Codes

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

#ae0edb Text Font Color

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

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


#ae0edb Background Color

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

This div background color is #ae0edb


#ae0edb Border Color

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

This div border color is #ae0edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0edb


Comments

No comments written yet.

Please login to write comment.