Color Hex Logo

#ae68fa Color Hex

#AE68FA
(174,104,250)
0 Favorites   0 Comments

Color spaces of #ae68fa

RGB 174104250
HSL0.750.940.69
HSV269°58°98°
CMYK 0.300.580.00   0.02
XYZ39.661225.801493.3323
Yxy25.80140.24980.1625
Hunter Lab50.795150.4828-73.3846
CIE-Lab57.848155.3229-62.6613

#ae68fa color RGB value is (174,104,250).

#ae68fa hex color red value is 174, green value is 104 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ae68fa hue: 0.75 , saturation: 0.94 and the lightness value of ae68fa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 11111010
Octal 256 150 372
Decimal 174 104 250
Hex AE 68 FA

RGB Percentages of Color #ae68fa

%32.95
%19.70
%47.35

CMYK Percentages of Color #ae68fa

%30
%58
%0
%2

Triadic Colors of #ae68fa

#ae68fa #faae68 #68faae

Analogous Colors of #ae68fa

#ae68fa #f768fa #686bfa

Monochromatic Colors of #ae68fa

#ae68fa

Complementary Color

#ae68fa #b4fa68

#ae68fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae68fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae68fa Color CSS Codes

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

#ae68fa Text Font Color

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

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


#ae68fa Background Color

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

This div background color is #ae68fa


#ae68fa Border Color

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

This div border color is #ae68fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,104,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae68fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae68fa


Comments

No comments written yet.

Please login to write comment.