Color Hex Logo

#ae73da Color Hex

#AE73DA
(174,115,218)
0 Favorites   0 Comments

Color spaces of #ae73da

RGB 174115218
HSL0.760.580.65
HSV274°47°85°
CMYK 0.200.470.00   0.15
XYZ36.241226.322169.5002
Yxy26.32210.27440.1993
Hunter Lab51.305136.3061-44.4034
CIE-Lab58.341542.1320-44.0271

#ae73da color RGB value is (174,115,218).

#ae73da hex color red value is 174, green value is 115 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ae73da hue: 0.76 , saturation: 0.58 and the lightness value of ae73da is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110011 11011010
Octal 256 163 332
Decimal 174 115 218
Hex AE 73 DA

RGB Percentages of Color #ae73da

%34.32
%22.68
%43.00

CMYK Percentages of Color #ae73da

%20
%47
%0
%15

Triadic Colors of #ae73da

#ae73da #daae73 #73daae

Analogous Colors of #ae73da

#ae73da #da73d3 #7b73da

Monochromatic Colors of #ae73da

#ae73da

Complementary Color

#ae73da #9fda73

#ae73da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae73da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae73da Color CSS Codes

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

#ae73da Text Font Color

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

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


#ae73da Background Color

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

This div background color is #ae73da


#ae73da Border Color

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

This div border color is #ae73da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae73da


Comments

No comments written yet.

Please login to write comment.