Color Hex Logo

#ae6ffb Color Hex

#AE6FFB
(174,111,251)
1 Favorites   0 Comments

Color spaces of #ae6ffb

RGB 174111251
HSL0.740.950.71
HSV267°56°98°
CMYK 0.310.560.00   0.02
XYZ40.552627.332694.4051
Yxy27.33260.24990.1684
Hunter Lab52.280646.9665-70.4659
CIE-Lab59.280951.9252-60.9160

#ae6ffb color RGB value is (174,111,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101111 11111011
Octal 256 157 373
Decimal 174 111 251
Hex AE 6F FB

RGB Percentages of Color #ae6ffb

%32.46
%20.71
%46.83

CMYK Percentages of Color #ae6ffb

%31
%56
%0
%2

Triadic Colors of #ae6ffb

#ae6ffb #fbae6f #6ffbae

Analogous Colors of #ae6ffb

#ae6ffb #f46ffb #6f76fb

Monochromatic Colors of #ae6ffb

#ae6ffb

Complementary Color

#ae6ffb #bcfb6f

#ae6ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6ffb Color CSS Codes

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

#ae6ffb Text Font Color

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

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


#ae6ffb Background Color

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

This div background color is #ae6ffb


#ae6ffb Border Color

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

This div border color is #ae6ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6ffb


Comments

No comments written yet.

Please login to write comment.