Color Hex Logo

#ae64dc Color Hex

#AE64DC
(174,100,220)
0 Favorites   0 Comments

Color spaces of #ae64dc

RGB 174100220
HSL0.770.630.63
HSV277°55°86°
CMYK 0.210.550.00   0.14
XYZ34.931023.280370.3626
Yxy23.28030.27170.1811
Hunter Lab48.249744.7906-52.6880
CIE-Lab55.359950.5609-49.8772

#ae64dc color RGB value is (174,100,220).

#ae64dc hex color red value is 174, green value is 100 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae64dc hue: 0.77 , saturation: 0.63 and the lightness value of ae64dc is 0.63.

The process color (four color CMYK) of #ae64dc color hex is 0.21, 0.55, 0.00, 0.14. Web safe color of #ae64dc is #9966cc. Color #ae64dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100100 11011100
Octal 256 144 334
Decimal 174 100 220
Hex AE 64 DC

RGB Percentages of Color #ae64dc

%35.22
%20.24
%44.53

CMYK Percentages of Color #ae64dc

%21
%55
%0
%14

Triadic Colors of #ae64dc

#ae64dc #dcae64 #64dcae

Analogous Colors of #ae64dc

#ae64dc #dc64ce #7264dc

Monochromatic Colors of #ae64dc

#ae64dc

Complementary Color

#ae64dc #92dc64

#ae64dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae64dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae64dc Color CSS Codes

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

#ae64dc Text Font Color

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

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


#ae64dc Background Color

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

This div background color is #ae64dc


#ae64dc Border Color

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

This div border color is #ae64dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae64dc


Comments

No comments written yet.

Please login to write comment.