Color Hex Logo

#ae49dc Color Hex

#AE49DC
(174,73,220)
0 Favorites   0 Comments

Color spaces of #ae49dc

RGB 17473220
HSL0.780.680.57
HSV281°67°86°
CMYK 0.210.670.00   0.14
XYZ32.756418.931169.6378
Yxy18.93110.27000.1560
Hunter Lab43.509958.2414-64.4370
CIE-Lab50.606563.4578-57.4770

#ae49dc color RGB value is (174,73,220).

#ae49dc hex color red value is 174, green value is 73 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae49dc hue: 0.78 , saturation: 0.68 and the lightness value of ae49dc is 0.57.

The process color (four color CMYK) of #ae49dc color hex is 0.21, 0.67, 0.00, 0.14. Web safe color of #ae49dc is #9933cc. Color #ae49dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 11011100
Octal 256 111 334
Decimal 174 73 220
Hex AE 49 DC

RGB Percentages of Color #ae49dc

%37.26
%15.63
%47.11

CMYK Percentages of Color #ae49dc

%21
%67
%0
%14

Triadic Colors of #ae49dc

#ae49dc #dcae49 #49dcae

Analogous Colors of #ae49dc

#ae49dc #dc49c1 #6549dc

Monochromatic Colors of #ae49dc

#ae49dc

Complementary Color

#ae49dc #77dc49

#ae49dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae49dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae49dc Color CSS Codes

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

#ae49dc Text Font Color

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

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


#ae49dc Background Color

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

This div background color is #ae49dc


#ae49dc Border Color

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

This div border color is #ae49dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae49dc


Comments

No comments written yet.

Please login to write comment.