Color Hex Logo

#ae80dd Color Hex

#AE80DD
(174,128,221)
0 Favorites   0 Comments

Color spaces of #ae80dd

RGB 174128221
HSL0.750.580.68
HSV270°42°87°
CMYK 0.210.420.00   0.13
XYZ38.225929.657572.1164
Yxy29.65750.27300.2118
Hunter Lab54.458729.9908-40.3931
CIE-Lab61.357635.6331-40.9612

#ae80dd color RGB value is (174,128,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 11011101
Octal 256 200 335
Decimal 174 128 221
Hex AE 80 DD

RGB Percentages of Color #ae80dd

%33.27
%24.47
%42.26

CMYK Percentages of Color #ae80dd

%21
%42
%0
%13

Triadic Colors of #ae80dd

#ae80dd #ddae80 #80ddae

Analogous Colors of #ae80dd

#ae80dd #dd80dd #8081dd

Monochromatic Colors of #ae80dd

#ae80dd

Complementary Color

#ae80dd #afdd80

#ae80dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae80dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae80dd Color CSS Codes

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

#ae80dd Text Font Color

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

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


#ae80dd Background Color

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

This div background color is #ae80dd


#ae80dd Border Color

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

This div border color is #ae80dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae80dd


Comments

No comments written yet.

Please login to write comment.