Color Hex Logo

#ae84dd Color Hex

#AE84DD
(174,132,221)
0 Favorites   0 Comments

Color spaces of #ae84dd

RGB 174132221
HSL0.750.570.69
HSV268°40°87°
CMYK 0.210.400.00   0.13
XYZ38.758030.721772.2937
Yxy30.72170.27340.2167
Hunter Lab55.427227.8204-38.5330
CIE-Lab62.272033.3962-39.5274

#ae84dd color RGB value is (174,132,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 11011101
Octal 256 204 335
Decimal 174 132 221
Hex AE 84 DD

RGB Percentages of Color #ae84dd

%33.02
%25.05
%41.94

CMYK Percentages of Color #ae84dd

%21
%40
%0
%13

Triadic Colors of #ae84dd

#ae84dd #ddae84 #84ddae

Analogous Colors of #ae84dd

#ae84dd #db84dd #8487dd

Monochromatic Colors of #ae84dd

#ae84dd

Complementary Color

#ae84dd #b3dd84

#ae84dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae84dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae84dd Color CSS Codes

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

#ae84dd Text Font Color

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

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


#ae84dd Background Color

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

This div background color is #ae84dd


#ae84dd Border Color

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

This div border color is #ae84dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae84dd


Comments

No comments written yet.

Please login to write comment.