Color Hex Logo

#ae8ddb Color Hex

#AE8DDB
(174,141,219)
0 Favorites   0 Comments

Color spaces of #ae8ddb

RGB 174141219
HSL0.740.520.71
HSV265°36°86°
CMYK 0.210.360.00   0.14
XYZ39.766633.162971.3230
Yxy33.16290.27570.2299
Hunter Lab57.587222.4847-33.1208
CIE-Lab64.292627.8754-35.2592

#ae8ddb color RGB value is (174,141,219).

#ae8ddb hex color red value is 174, green value is 141 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ae8ddb hue: 0.74 , saturation: 0.52 and the lightness value of ae8ddb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001101 11011011
Octal 256 215 333
Decimal 174 141 219
Hex AE 8D DB

RGB Percentages of Color #ae8ddb

%32.58
%26.40
%41.01

CMYK Percentages of Color #ae8ddb

%21
%36
%0
%14

Triadic Colors of #ae8ddb

#ae8ddb #dbae8d #8ddbae

Analogous Colors of #ae8ddb

#ae8ddb #d58ddb #8d93db

Monochromatic Colors of #ae8ddb

#ae8ddb

Complementary Color

#ae8ddb #badb8d

#ae8ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8ddb Color CSS Codes

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

#ae8ddb Text Font Color

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

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


#ae8ddb Background Color

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

This div background color is #ae8ddb


#ae8ddb Border Color

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

This div border color is #ae8ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8ddb


Comments

No comments written yet.

Please login to write comment.