Color Hex Logo

#ae9bfb Color Hex

#AE9BFB
(174,155,251)
0 Favorites   0 Comments

Color spaces of #ae9bfb

RGB 174155251
HSL0.700.920.80
HSV252°38°98°
CMYK 0.310.380.00   0.02
XYZ46.589539.406496.4174
Yxy39.40640.25540.2160
Hunter Lab62.774522.6223-47.1233
CIE-Lab69.044627.6615-45.4276

#ae9bfb color RGB value is (174,155,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011011 11111011
Octal 256 233 373
Decimal 174 155 251
Hex AE 9B FB

RGB Percentages of Color #ae9bfb

%30.00
%26.72
%43.28

CMYK Percentages of Color #ae9bfb

%31
%38
%0
%2

Triadic Colors of #ae9bfb

#ae9bfb #fbae9b #9bfbae

Analogous Colors of #ae9bfb

#ae9bfb #de9bfb #9bb8fb

Monochromatic Colors of #ae9bfb

#ae9bfb

Complementary Color

#ae9bfb #e8fb9b

#ae9bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9bfb Color CSS Codes

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

#ae9bfb Text Font Color

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

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


#ae9bfb Background Color

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

This div background color is #ae9bfb


#ae9bfb Border Color

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

This div border color is #ae9bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9bfb


Comments

No comments written yet.

Please login to write comment.