Color Hex Logo

#ae00da Color Hex

#AE00DA
(174,0,218)
0 Favorites   0 Comments

Color spaces of #ae00da

RGB 1740218
HSL0.801.000.43
HSV288°100°85°
CMYK 0.201.000.00   0.15
XYZ30.110414.060667.4566
Yxy14.06060.26970.1260
Hunter Lab37.497577.7146-80.4124
CIE-Lab44.319780.8508-66.4980

#ae00da color RGB value is (174,0,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000000 11011010
Octal 256 0 332
Decimal 174 0 218
Hex AE 0 DA

RGB Percentages of Color #ae00da

%44.39
%0.00
%55.61

CMYK Percentages of Color #ae00da

%20
%100
%0
%15

Triadic Colors of #ae00da

#ae00da #daae00 #00daae

Analogous Colors of #ae00da

#ae00da #da0099 #4100da

Monochromatic Colors of #ae00da

#ae00da

Complementary Color

#ae00da #2cda00

#ae00da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae00da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae00da Color CSS Codes

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

#ae00da Text Font Color

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

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


#ae00da Background Color

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

This div background color is #ae00da


#ae00da Border Color

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

This div border color is #ae00da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae00da


Comments

No comments written yet.

Please login to write comment.