Color Hex Logo

#ae86db Color Hex

#AE86DB
(174,134,219)
0 Favorites   0 Comments

Color spaces of #ae86db

RGB 174134219
HSL0.750.540.69
HSV268°39°86°
CMYK 0.210.390.00   0.14
XYZ38.766831.163370.9897
Yxy31.16330.27510.2211
Hunter Lab55.824126.2664-36.3203
CIE-Lab62.645231.8154-37.8284

#ae86db color RGB value is (174,134,219).

#ae86db hex color red value is 174, green value is 134 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ae86db hue: 0.75 , saturation: 0.54 and the lightness value of ae86db is 0.69.

The process color (four color CMYK) of #ae86db color hex is 0.21, 0.39, 0.00, 0.14. Web safe color of #ae86db is #9999cc. Color #ae86db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 11011011
Octal 256 206 333
Decimal 174 134 219
Hex AE 86 DB

RGB Percentages of Color #ae86db

%33.02
%25.43
%41.56

CMYK Percentages of Color #ae86db

%21
%39
%0
%14

Triadic Colors of #ae86db

#ae86db #dbae86 #86dbae

Analogous Colors of #ae86db

#ae86db #d986db #8689db

Monochromatic Colors of #ae86db

#ae86db

Complementary Color

#ae86db #b3db86

#ae86db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae86db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae86db Color CSS Codes

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

#ae86db Text Font Color

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

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


#ae86db Background Color

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

This div background color is #ae86db


#ae86db Border Color

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

This div border color is #ae86db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae86db


Comments

No comments written yet.

Please login to write comment.