Color Hex Logo

#ae6ade Color Hex

#AE6ADE
(174,106,222)
0 Favorites   0 Comments

Color spaces of #ae6ade

RGB 174106222
HSL0.760.640.64
HSV275°52°87°
CMYK 0.220.520.00   0.13
XYZ35.794424.580771.9652
Yxy24.58070.27050.1857
Hunter Lab49.578942.1082-51.3558
CIE-Lab56.664647.8641-48.9307

#ae6ade color RGB value is (174,106,222).

#ae6ade hex color red value is 174, green value is 106 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ae6ade hue: 0.76 , saturation: 0.64 and the lightness value of ae6ade is 0.64.

The process color (four color CMYK) of #ae6ade color hex is 0.22, 0.52, 0.00, 0.13. Web safe color of #ae6ade is #9966cc. Color #ae6ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101010 11011110
Octal 256 152 336
Decimal 174 106 222
Hex AE 6A DE

RGB Percentages of Color #ae6ade

%34.66
%21.12
%44.22

CMYK Percentages of Color #ae6ade

%22
%52
%0
%13

Triadic Colors of #ae6ade

#ae6ade #deae6a #6adeae

Analogous Colors of #ae6ade

#ae6ade #de6ad4 #746ade

Monochromatic Colors of #ae6ade

#ae6ade

Complementary Color

#ae6ade #9ade6a

#ae6ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6ade Color CSS Codes

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

#ae6ade Text Font Color

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

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


#ae6ade Background Color

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

This div background color is #ae6ade


#ae6ade Border Color

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

This div border color is #ae6ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6ade


Comments

No comments written yet.

Please login to write comment.