Color Hex Logo

#ae8deb Color Hex

#AE8DEB
(174,141,235)
0 Favorites   0 Comments

Color spaces of #ae8deb

RGB 174141235
HSL0.730.700.74
HSV261°40°92°
CMYK 0.260.400.00   0.08
XYZ41.975834.046682.9565
Yxy34.04660.26400.2142
Hunter Lab58.349526.2989-43.4491
CIE-Lab64.999531.6289-43.0126

#ae8deb color RGB value is (174,141,235).

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

The process color (four color CMYK) of #ae8deb color hex is 0.26, 0.40, 0.00, 0.08. Web safe color of #ae8deb is #9999ff. Color #ae8deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001101 11101011
Octal 256 215 353
Decimal 174 141 235
Hex AE 8D EB

RGB Percentages of Color #ae8deb

%31.64
%25.64
%42.73

CMYK Percentages of Color #ae8deb

%26
%40
%0
%8

Triadic Colors of #ae8deb

#ae8deb #ebae8d #8debae

Analogous Colors of #ae8deb

#ae8deb #dd8deb #8d9beb

Monochromatic Colors of #ae8deb

#ae8deb

Complementary Color

#ae8deb #caeb8d

#ae8deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8deb Color CSS Codes

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

#ae8deb Text Font Color

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

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


#ae8deb Background Color

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

This div background color is #ae8deb


#ae8deb Border Color

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

This div border color is #ae8deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8deb


Comments

No comments written yet.

Please login to write comment.