Color Hex Logo

#ae88db Color Hex

#AE88DB
(174,136,219)
0 Favorites   0 Comments

Color spaces of #ae88db

RGB 174136219
HSL0.740.540.70
HSV267°38°86°
CMYK 0.210.380.00   0.14
XYZ39.045931.721571.0827
Yxy31.72150.27530.2236
Hunter Lab56.321825.1844-35.4035
CIE-Lab63.112030.6911-37.0993

#ae88db color RGB value is (174,136,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001000 11011011
Octal 256 210 333
Decimal 174 136 219
Hex AE 88 DB

RGB Percentages of Color #ae88db

%32.89
%25.71
%41.40

CMYK Percentages of Color #ae88db

%21
%38
%0
%14

Triadic Colors of #ae88db

#ae88db #dbae88 #88dbae

Analogous Colors of #ae88db

#ae88db #d888db #888cdb

Monochromatic Colors of #ae88db

#ae88db

Complementary Color

#ae88db #b5db88

#ae88db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae88db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae88db Color CSS Codes

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

#ae88db Text Font Color

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

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


#ae88db Background Color

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

This div background color is #ae88db


#ae88db Border Color

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

This div border color is #ae88db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae88db


Comments

No comments written yet.

Please login to write comment.