Color Hex Logo

#ae40da Color Hex

#AE40DA
(174,64,218)
0 Favorites   0 Comments

Color spaces of #ae40da

RGB 17464218
HSL0.790.680.55
HSV283°71°85°
CMYK 0.200.710.00   0.15
XYZ31.943817.727468.0678
Yxy17.72740.27130.1506
Hunter Lab42.103961.7442-66.3791
CIE-Lab49.163866.7533-58.6596

#ae40da color RGB value is (174,64,218).

#ae40da hex color red value is 174, green value is 64 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ae40da hue: 0.79 , saturation: 0.68 and the lightness value of ae40da is 0.55.

The process color (four color CMYK) of #ae40da color hex is 0.20, 0.71, 0.00, 0.15. Web safe color of #ae40da is #9933cc. Color #ae40da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000000 11011010
Octal 256 100 332
Decimal 174 64 218
Hex AE 40 DA

RGB Percentages of Color #ae40da

%38.16
%14.04
%47.81

CMYK Percentages of Color #ae40da

%20
%71
%0
%15

Triadic Colors of #ae40da

#ae40da #daae40 #40daae

Analogous Colors of #ae40da

#ae40da #da40b9 #6140da

Monochromatic Colors of #ae40da

#ae40da

Complementary Color

#ae40da #6cda40

#ae40da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae40da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae40da Color CSS Codes

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

#ae40da Text Font Color

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

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


#ae40da Background Color

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

This div background color is #ae40da


#ae40da Border Color

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

This div border color is #ae40da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae40da


Comments

No comments written yet.

Please login to write comment.