Color Hex Logo

#ae5bfb Color Hex

#AE5BFB
(174,91,251)
0 Favorites   0 Comments

Color spaces of #ae5bfb

RGB 17491251
HSL0.750.950.67
HSV271°64°98°
CMYK 0.310.640.00   0.02
XYZ38.609223.445993.7574
Yxy23.44590.24780.1505
Hunter Lab48.421057.5930-80.9084
CIE-Lab55.528761.9870-66.9482

#ae5bfb color RGB value is (174,91,251).

#ae5bfb hex color red value is 174, green value is 91 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ae5bfb hue: 0.75 , saturation: 0.95 and the lightness value of ae5bfb is 0.67.

The process color (four color CMYK) of #ae5bfb color hex is 0.31, 0.64, 0.00, 0.02. Web safe color of #ae5bfb is #9966ff. Color #ae5bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011011 11111011
Octal 256 133 373
Decimal 174 91 251
Hex AE 5B FB

RGB Percentages of Color #ae5bfb

%33.72
%17.64
%48.64

CMYK Percentages of Color #ae5bfb

%31
%64
%0
%2

Triadic Colors of #ae5bfb

#ae5bfb #fbae5b #5bfbae

Analogous Colors of #ae5bfb

#ae5bfb #fb5bf8 #5e5bfb

Monochromatic Colors of #ae5bfb

#ae5bfb

Complementary Color

#ae5bfb #a8fb5b

#ae5bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5bfb Color CSS Codes

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

#ae5bfb Text Font Color

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

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


#ae5bfb Background Color

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

This div background color is #ae5bfb


#ae5bfb Border Color

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

This div border color is #ae5bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5bfb


Comments

No comments written yet.

Please login to write comment.