Color Hex Logo

#ae80dc Color Hex

#AE80DC
(174,128,220)
0 Favorites   0 Comments

Color spaces of #ae80dc

RGB 174128220
HSL0.750.570.68
HSV270°42°86°
CMYK 0.210.420.00   0.14
XYZ38.093029.604371.4166
Yxy29.60430.27380.2128
Hunter Lab54.409829.7529-39.7353
CIE-Lab61.311335.4043-40.4753

#ae80dc color RGB value is (174,128,220).

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

The process color (four color CMYK) of #ae80dc color hex is 0.21, 0.42, 0.00, 0.14. Web safe color of #ae80dc is #9999cc. Color #ae80dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 11011100
Octal 256 200 334
Decimal 174 128 220
Hex AE 80 DC

RGB Percentages of Color #ae80dc

%33.33
%24.52
%42.15

CMYK Percentages of Color #ae80dc

%21
%42
%0
%14

Triadic Colors of #ae80dc

#ae80dc #dcae80 #80dcae

Analogous Colors of #ae80dc

#ae80dc #dc80dc #8080dc

Monochromatic Colors of #ae80dc

#ae80dc

Complementary Color

#ae80dc #aedc80

#ae80dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae80dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae80dc Color CSS Codes

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

#ae80dc Text Font Color

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

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


#ae80dc Background Color

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

This div background color is #ae80dc


#ae80dc Border Color

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

This div border color is #ae80dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae80dc


Comments

No comments written yet.

Please login to write comment.