Color Hex Logo

#ae05dc Color Hex

#AE05DC
(174,5,220)
0 Favorites   0 Comments

Color spaces of #ae05dc

RGB 1745220
HSL0.800.960.44
HSV287°98°86°
CMYK 0.210.980.00   0.14
XYZ30.428114.274568.8617
Yxy14.27450.26790.1257
Hunter Lab37.781677.6404-81.6163
CIE-Lab44.624180.7336-67.1490

#ae05dc color RGB value is (174,5,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000101 11011100
Octal 256 5 334
Decimal 174 5 220
Hex AE 5 DC

RGB Percentages of Color #ae05dc

%43.61
%1.25
%55.14

CMYK Percentages of Color #ae05dc

%21
%98
%0
%14

Triadic Colors of #ae05dc

#ae05dc #dcae05 #05dcae

Analogous Colors of #ae05dc

#ae05dc #dc059f #4205dc

Monochromatic Colors of #ae05dc

#ae05dc

Complementary Color

#ae05dc #33dc05

#ae05dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae05dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae05dc Color CSS Codes

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

#ae05dc Text Font Color

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

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


#ae05dc Background Color

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

This div background color is #ae05dc


#ae05dc Border Color

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

This div border color is #ae05dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae05dc


Comments

No comments written yet.

Please login to write comment.