Color Hex Logo

#ae69fb Color Hex

#AE69FB
(174,105,251)
0 Favorites   0 Comments

Color spaces of #ae69fb

RGB 174105251
HSL0.750.950.70
HSV268°58°98°
CMYK 0.310.580.00   0.02
XYZ39.919726.066994.1942
Yxy26.06690.24920.1627
Hunter Lab51.055850.2188-73.6468
CIE-Lab58.100555.0448-62.8091

#ae69fb color RGB value is (174,105,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 11111011
Octal 256 151 373
Decimal 174 105 251
Hex AE 69 FB

RGB Percentages of Color #ae69fb

%32.83
%19.81
%47.36

CMYK Percentages of Color #ae69fb

%31
%58
%0
%2

Triadic Colors of #ae69fb

#ae69fb #fbae69 #69fbae

Analogous Colors of #ae69fb

#ae69fb #f769fb #696dfb

Monochromatic Colors of #ae69fb

#ae69fb

Complementary Color

#ae69fb #b6fb69

#ae69fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae69fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae69fb Color CSS Codes

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

#ae69fb Text Font Color

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

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


#ae69fb Background Color

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

This div background color is #ae69fb


#ae69fb Border Color

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

This div border color is #ae69fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae69fb


Comments

No comments written yet.

Please login to write comment.