Color Hex Logo

#ae8fde Color Hex

#AE8FDE
(174,143,222)
0 Favorites   0 Comments

Color spaces of #ae8fde

RGB 174143222
HSL0.730.540.72
HSV264°36°87°
CMYK 0.220.360.00   0.13
XYZ40.462833.917573.5214
Yxy33.91750.27360.2293
Hunter Lab58.238722.0995-34.0814
CIE-Lab64.897027.4398-35.9836

#ae8fde color RGB value is (174,143,222).

#ae8fde hex color red value is 174, green value is 143 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ae8fde hue: 0.73 , saturation: 0.54 and the lightness value of ae8fde is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001111 11011110
Octal 256 217 336
Decimal 174 143 222
Hex AE 8F DE

RGB Percentages of Color #ae8fde

%32.28
%26.53
%41.19

CMYK Percentages of Color #ae8fde

%22
%36
%0
%13

Triadic Colors of #ae8fde

#ae8fde #deae8f #8fdeae

Analogous Colors of #ae8fde

#ae8fde #d68fde #8f98de

Monochromatic Colors of #ae8fde

#ae8fde

Complementary Color

#ae8fde #bfde8f

#ae8fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8fde Color CSS Codes

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

#ae8fde Text Font Color

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

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


#ae8fde Background Color

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

This div background color is #ae8fde


#ae8fde Border Color

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

This div border color is #ae8fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8fde


Comments

No comments written yet.

Please login to write comment.