Color Hex Logo

#ae9ffb Color Hex

#AE9FFB
(174,159,251)
0 Favorites   0 Comments

Color spaces of #ae9ffb

RGB 174159251
HSL0.690.920.80
HSV250°37°98°
CMYK 0.310.370.00   0.02
XYZ47.266340.760096.6430
Yxy40.76000.25600.2207
Hunter Lab63.843620.4255-45.0596
CIE-Lab70.007425.4113-43.9172

#ae9ffb color RGB value is (174,159,251).

#ae9ffb hex color red value is 174, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ae9ffb hue: 0.69 , saturation: 0.92 and the lightness value of ae9ffb is 0.80.

The process color (four color CMYK) of #ae9ffb color hex is 0.31, 0.37, 0.00, 0.02. Web safe color of #ae9ffb is #9999ff. Color #ae9ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011111 11111011
Octal 256 237 373
Decimal 174 159 251
Hex AE 9F FB

RGB Percentages of Color #ae9ffb

%29.79
%27.23
%42.98

CMYK Percentages of Color #ae9ffb

%31
%37
%0
%2

Triadic Colors of #ae9ffb

#ae9ffb #fbae9f #9ffbae

Analogous Colors of #ae9ffb

#ae9ffb #dc9ffb #9fbefb

Monochromatic Colors of #ae9ffb

#ae9ffb

Complementary Color

#ae9ffb #ecfb9f

#ae9ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9ffb Color CSS Codes

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

#ae9ffb Text Font Color

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

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


#ae9ffb Background Color

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

This div background color is #ae9ffb


#ae9ffb Border Color

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

This div border color is #ae9ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.