Color Hex Logo

#ae6edc Color Hex

#AE6EDC
(174,110,220)
0 Favorites   0 Comments

Color spaces of #ae6edc

RGB 174110220
HSL0.760.610.65
HSV275°50°86°
CMYK 0.210.500.00   0.14
XYZ35.949825.317870.7022
Yxy25.31780.27240.1918
Hunter Lab50.316839.4784-48.0891
CIE-Lab57.383845.2859-46.6655

#ae6edc color RGB value is (174,110,220).

#ae6edc hex color red value is 174, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae6edc hue: 0.76 , saturation: 0.61 and the lightness value of ae6edc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101110 11011100
Octal 256 156 334
Decimal 174 110 220
Hex AE 6E DC

RGB Percentages of Color #ae6edc

%34.52
%21.83
%43.65

CMYK Percentages of Color #ae6edc

%21
%50
%0
%14

Triadic Colors of #ae6edc

#ae6edc #dcae6e #6edcae

Analogous Colors of #ae6edc

#ae6edc #dc6ed3 #776edc

Monochromatic Colors of #ae6edc

#ae6edc

Complementary Color

#ae6edc #9cdc6e

#ae6edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6edc Color CSS Codes

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

#ae6edc Text Font Color

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

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


#ae6edc Background Color

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

This div background color is #ae6edc


#ae6edc Border Color

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

This div border color is #ae6edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6edc


Comments

No comments written yet.

Please login to write comment.