Color Hex Logo

#ae84da Color Hex

#AE84DA
(174,132,218)
0 Favorites   0 Comments

Color spaces of #ae84da

RGB 174132218
HSL0.750.540.69
HSV269°39°85°
CMYK 0.200.390.00   0.15
XYZ38.361730.563270.2071
Yxy30.56320.27570.2197
Hunter Lab55.284027.1146-36.5957
CIE-Lab62.137232.7093-38.0648

#ae84da color RGB value is (174,132,218).

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

The process color (four color CMYK) of #ae84da color hex is 0.20, 0.39, 0.00, 0.15. Web safe color of #ae84da is #9999cc. Color #ae84da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 11011010
Octal 256 204 332
Decimal 174 132 218
Hex AE 84 DA

RGB Percentages of Color #ae84da

%33.21
%25.19
%41.60

CMYK Percentages of Color #ae84da

%20
%39
%0
%15

Triadic Colors of #ae84da

#ae84da #daae84 #84daae

Analogous Colors of #ae84da

#ae84da #d984da #8485da

Monochromatic Colors of #ae84da

#ae84da

Complementary Color

#ae84da #b0da84

#ae84da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae84da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae84da Color CSS Codes

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

#ae84da Text Font Color

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

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


#ae84da Background Color

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

This div background color is #ae84da


#ae84da Border Color

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

This div border color is #ae84da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae84da


Comments

No comments written yet.

Please login to write comment.