Color Hex Logo

#ae64fb Color Hex

#AE64FB
(174,100,251)
0 Favorites   0 Comments

Color spaces of #ae64fb

RGB 174100251
HSL0.750.950.69
HSV269°60°98°
CMYK 0.310.600.00   0.02
XYZ39.425325.078094.0294
Yxy25.07800.24870.1582
Hunter Lab50.077952.8929-76.2720
CIE-Lab57.151357.5838-64.3344

#ae64fb color RGB value is (174,100,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100100 11111011
Octal 256 144 373
Decimal 174 100 251
Hex AE 64 FB

RGB Percentages of Color #ae64fb

%33.14
%19.05
%47.81

CMYK Percentages of Color #ae64fb

%31
%60
%0
%2

Triadic Colors of #ae64fb

#ae64fb #fbae64 #64fbae

Analogous Colors of #ae64fb

#ae64fb #fa64fb #6466fb

Monochromatic Colors of #ae64fb

#ae64fb

Complementary Color

#ae64fb #b1fb64

#ae64fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae64fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae64fb Color CSS Codes

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

#ae64fb Text Font Color

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

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


#ae64fb Background Color

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

This div background color is #ae64fb


#ae64fb Border Color

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

This div border color is #ae64fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae64fb


Comments

No comments written yet.

Please login to write comment.