Color Hex Logo

#ae04dc Color Hex

#AE04DC
(174,4,220)
0 Favorites   0 Comments

Color spaces of #ae04dc

RGB 1744220
HSL0.800.960.44
HSV287°98°86°
CMYK 0.210.980.00   0.14
XYZ30.417214.252868.8580
Yxy14.25280.26790.1255
Hunter Lab37.752977.7485-81.7128
CIE-Lab44.593380.8252-67.1989

#ae04dc color RGB value is (174,4,220).

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

The process color (four color CMYK) of #ae04dc color hex is 0.21, 0.98, 0.00, 0.14. Web safe color of #ae04dc is #9900cc. Color #ae04dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000100 11011100
Octal 256 4 334
Decimal 174 4 220
Hex AE 4 DC

RGB Percentages of Color #ae04dc

%43.72
%1.01
%55.28

CMYK Percentages of Color #ae04dc

%21
%98
%0
%14

Triadic Colors of #ae04dc

#ae04dc #dcae04 #04dcae

Analogous Colors of #ae04dc

#ae04dc #dc049e #4204dc

Monochromatic Colors of #ae04dc

#ae04dc

Complementary Color

#ae04dc #32dc04

#ae04dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae04dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae04dc Color CSS Codes

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

#ae04dc Text Font Color

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

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


#ae04dc Background Color

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

This div background color is #ae04dc


#ae04dc Border Color

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

This div border color is #ae04dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,4,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae04dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae04dc


Comments

No comments written yet.

Please login to write comment.