Color Hex Logo

#ae85db Color Hex

#AE85DB
(174,133,219)
0 Favorites   0 Comments

Color spaces of #ae85db

RGB 174133219
HSL0.750.540.69
HSV269°39°86°
CMYK 0.210.390.00   0.14
XYZ38.629330.888270.9439
Yxy30.88820.27500.2199
Hunter Lab55.577226.8077-36.7793
CIE-Lab62.413132.3769-38.1913

#ae85db color RGB value is (174,133,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000101 11011011
Octal 256 205 333
Decimal 174 133 219
Hex AE 85 DB

RGB Percentages of Color #ae85db

%33.08
%25.29
%41.63

CMYK Percentages of Color #ae85db

%21
%39
%0
%14

Triadic Colors of #ae85db

#ae85db #dbae85 #85dbae

Analogous Colors of #ae85db

#ae85db #d985db #8587db

Monochromatic Colors of #ae85db

#ae85db

Complementary Color

#ae85db #b2db85

#ae85db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae85db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae85db Color CSS Codes

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

#ae85db Text Font Color

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

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


#ae85db Background Color

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

This div background color is #ae85db


#ae85db Border Color

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

This div border color is #ae85db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae85db


Comments

No comments written yet.

Please login to write comment.