Color Hex Logo

#ae9cfb Color Hex

#AE9CFB
(174,156,251)
0 Favorites   0 Comments

Color spaces of #ae9cfb

RGB 174156251
HSL0.700.920.80
HSV251°38°98°
CMYK 0.310.380.00   0.02
XYZ46.756639.740696.4732
Yxy39.74060.25550.2172
Hunter Lab63.040122.0724-46.6061
CIE-Lab69.284427.0989-45.0513

#ae9cfb color RGB value is (174,156,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011100 11111011
Octal 256 234 373
Decimal 174 156 251
Hex AE 9C FB

RGB Percentages of Color #ae9cfb

%29.95
%26.85
%43.20

CMYK Percentages of Color #ae9cfb

%31
%38
%0
%2

Triadic Colors of #ae9cfb

#ae9cfb #fbae9c #9cfbae

Analogous Colors of #ae9cfb

#ae9cfb #de9cfb #9cbafb

Monochromatic Colors of #ae9cfb

#ae9cfb

Complementary Color

#ae9cfb #e9fb9c

#ae9cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9cfb Color CSS Codes

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

#ae9cfb Text Font Color

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

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


#ae9cfb Background Color

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

This div background color is #ae9cfb


#ae9cfb Border Color

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

This div border color is #ae9cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9cfb


Comments

No comments written yet.

Please login to write comment.