Color Hex Logo

#ae7dda Color Hex

#AE7DDA
(174,125,218)
0 Favorites   0 Comments

Color spaces of #ae7dda

RGB 174125218
HSL0.750.560.67
HSV272°43°85°
CMYK 0.200.430.00   0.15
XYZ37.444128.727969.9012
Yxy28.72790.27520.2111
Hunter Lab53.598430.9037-39.8051
CIE-Lab60.540736.6205-40.5660

#ae7dda color RGB value is (174,125,218).

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

The process color (four color CMYK) of #ae7dda color hex is 0.20, 0.43, 0.00, 0.15. Web safe color of #ae7dda is #9966cc. Color #ae7dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111101 11011010
Octal 256 175 332
Decimal 174 125 218
Hex AE 7D DA

RGB Percentages of Color #ae7dda

%33.66
%24.18
%42.17

CMYK Percentages of Color #ae7dda

%20
%43
%0
%15

Triadic Colors of #ae7dda

#ae7dda #daae7d #7ddaae

Analogous Colors of #ae7dda

#ae7dda #da7dd8 #807dda

Monochromatic Colors of #ae7dda

#ae7dda

Complementary Color

#ae7dda #a9da7d

#ae7dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7dda Color CSS Codes

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

#ae7dda Text Font Color

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

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


#ae7dda Background Color

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

This div background color is #ae7dda


#ae7dda Border Color

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

This div border color is #ae7dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7dda


Comments

No comments written yet.

Please login to write comment.