Color Hex Logo

#ae65fa Color Hex

#AE65FA
(174,101,250)
0 Favorites   0 Comments

Color spaces of #ae65fa

RGB 174101250
HSL0.750.940.69
HSV269°60°98°
CMYK 0.300.600.00   0.02
XYZ39.364625.208293.2334
Yxy25.20820.24940.1597
Hunter Lab50.207852.0865-74.9532
CIE-Lab57.277756.8476-63.5776

#ae65fa color RGB value is (174,101,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100101 11111010
Octal 256 145 372
Decimal 174 101 250
Hex AE 65 FA

RGB Percentages of Color #ae65fa

%33.14
%19.24
%47.62

CMYK Percentages of Color #ae65fa

%30
%60
%0
%2

Triadic Colors of #ae65fa

#ae65fa #faae65 #65faae

Analogous Colors of #ae65fa

#ae65fa #f965fa #6567fa

Monochromatic Colors of #ae65fa

#ae65fa

Complementary Color

#ae65fa #b1fa65

#ae65fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae65fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae65fa Color CSS Codes

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

#ae65fa Text Font Color

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

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


#ae65fa Background Color

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

This div background color is #ae65fa


#ae65fa Border Color

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

This div border color is #ae65fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae65fa


Comments

No comments written yet.

Please login to write comment.