Color Hex Logo

#ae01da Color Hex

#AE01DA
(174,1,218)
0 Favorites   0 Comments

Color spaces of #ae01da

RGB 1741218
HSL0.800.990.43
HSV288°100°85°
CMYK 0.201.000.00   0.15
XYZ30.121314.082367.4603
Yxy14.08230.26970.1261
Hunter Lab37.526477.6054-80.3157
CIE-Lab44.350780.7582-66.4477

#ae01da color RGB value is (174,1,218).

#ae01da hex color red value is 174, green value is 1 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ae01da hue: 0.80 , saturation: 0.99 and the lightness value of ae01da is 0.43.

The process color (four color CMYK) of #ae01da color hex is 0.20, 1.00, 0.00, 0.15. Web safe color of #ae01da is #9900cc. Color #ae01da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000001 11011010
Octal 256 1 332
Decimal 174 1 218
Hex AE 1 DA

RGB Percentages of Color #ae01da

%44.27
%0.25
%55.47

CMYK Percentages of Color #ae01da

%20
%100
%0
%15

Triadic Colors of #ae01da

#ae01da #daae01 #01daae

Analogous Colors of #ae01da

#ae01da #da019a #4101da

Monochromatic Colors of #ae01da

#ae01da

Complementary Color

#ae01da #2dda01

#ae01da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae01da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae01da Color CSS Codes

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

#ae01da Text Font Color

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

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


#ae01da Background Color

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

This div background color is #ae01da


#ae01da Border Color

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

This div border color is #ae01da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae01da


Comments

No comments written yet.

Please login to write comment.