Color Hex Logo

#ae04da Color Hex

#AE04DA
(174,4,218)
0 Favorites   0 Comments

Color spaces of #ae04da

RGB 1744218
HSL0.800.960.44
HSV288°98°85°
CMYK 0.200.980.00   0.15
XYZ30.153914.147567.4711
Yxy14.14750.26980.1266
Hunter Lab37.613277.2777-80.0261
CIE-Lab44.443780.4803-66.2964

#ae04da color RGB value is (174,4,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000100 11011010
Octal 256 4 332
Decimal 174 4 218
Hex AE 4 DA

RGB Percentages of Color #ae04da

%43.94
%1.01
%55.05

CMYK Percentages of Color #ae04da

%20
%98
%0
%15

Triadic Colors of #ae04da

#ae04da #daae04 #04daae

Analogous Colors of #ae04da

#ae04da #da049b #4304da

Monochromatic Colors of #ae04da

#ae04da

Complementary Color

#ae04da #30da04

#ae04da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae04da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae04da Color CSS Codes

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

#ae04da Text Font Color

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

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


#ae04da Background Color

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

This div background color is #ae04da


#ae04da Border Color

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

This div border color is #ae04da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae04da


Comments

No comments written yet.

Please login to write comment.