Color Hex Logo

#ae65fb Color Hex

#AE65FB
(174,101,251)
0 Favorites   0 Comments

Color spaces of #ae65fb

RGB 174101251
HSL0.750.950.69
HSV269°60°98°
CMYK 0.310.600.00   0.02
XYZ39.521825.271194.0616
Yxy25.27110.24880.1591
Hunter Lab50.270452.3608-75.7491
CIE-Lab57.338657.0805-64.0333

#ae65fb color RGB value is (174,101,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100101 11111011
Octal 256 145 373
Decimal 174 101 251
Hex AE 65 FB

RGB Percentages of Color #ae65fb

%33.08
%19.20
%47.72

CMYK Percentages of Color #ae65fb

%31
%60
%0
%2

Triadic Colors of #ae65fb

#ae65fb #fbae65 #65fbae

Analogous Colors of #ae65fb

#ae65fb #f965fb #6567fb

Monochromatic Colors of #ae65fb

#ae65fb

Complementary Color

#ae65fb #b2fb65

#ae65fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae65fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae65fb Color CSS Codes

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

#ae65fb Text Font Color

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

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


#ae65fb Background Color

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

This div background color is #ae65fb


#ae65fb Border Color

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

This div border color is #ae65fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae65fb


Comments

No comments written yet.

Please login to write comment.