Color Hex Logo

#ae65da Color Hex

#AE65DA
(174,101,218)
0 Favorites   0 Comments

Color spaces of #ae65da

RGB 174101218
HSL0.770.610.63
HSV277°54°85°
CMYK 0.200.540.00   0.15
XYZ34.764123.368069.0079
Yxy23.36800.27340.1838
Hunter Lab48.340543.7727-50.8005
CIE-Lab55.449449.6038-48.6060

#ae65da color RGB value is (174,101,218).

#ae65da hex color red value is 174, green value is 101 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ae65da hue: 0.77 , saturation: 0.61 and the lightness value of ae65da is 0.63.

The process color (four color CMYK) of #ae65da color hex is 0.20, 0.54, 0.00, 0.15. Web safe color of #ae65da is #9966cc. Color #ae65da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100101 11011010
Octal 256 145 332
Decimal 174 101 218
Hex AE 65 DA

RGB Percentages of Color #ae65da

%35.29
%20.49
%44.22

CMYK Percentages of Color #ae65da

%20
%54
%0
%15

Triadic Colors of #ae65da

#ae65da #daae65 #65daae

Analogous Colors of #ae65da

#ae65da #da65cc #7465da

Monochromatic Colors of #ae65da

#ae65da

Complementary Color

#ae65da #91da65

#ae65da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae65da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae65da Color CSS Codes

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

#ae65da Text Font Color

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

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


#ae65da Background Color

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

This div background color is #ae65da


#ae65da Border Color

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

This div border color is #ae65da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae65da


Comments

No comments written yet.

Please login to write comment.