Color Hex Logo

#ae88de Color Hex

#AE88DE
(174,136,222)
0 Favorites   0 Comments

Color spaces of #ae88de

RGB 174136222
HSL0.740.570.70
HSV267°39°87°
CMYK 0.220.390.00   0.13
XYZ39.444531.880973.1819
Yxy31.88090.27300.2206
Hunter Lab56.463225.8874-37.3215
CIE-Lab63.244331.3814-38.5626

#ae88de color RGB value is (174,136,222).

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

The process color (four color CMYK) of #ae88de color hex is 0.22, 0.39, 0.00, 0.13. Web safe color of #ae88de is #9999cc. Color #ae88de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001000 11011110
Octal 256 210 336
Decimal 174 136 222
Hex AE 88 DE

RGB Percentages of Color #ae88de

%32.71
%25.56
%41.73

CMYK Percentages of Color #ae88de

%22
%39
%0
%13

Triadic Colors of #ae88de

#ae88de #deae88 #88deae

Analogous Colors of #ae88de

#ae88de #d988de #888dde

Monochromatic Colors of #ae88de

#ae88de

Complementary Color

#ae88de #b8de88

#ae88de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae88de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae88de Color CSS Codes

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

#ae88de Text Font Color

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

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


#ae88de Background Color

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

This div background color is #ae88de


#ae88de Border Color

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

This div border color is #ae88de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,136,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae88de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae88de


Comments

No comments written yet.

Please login to write comment.