Color Hex Logo

#ae7fda Color Hex

#AE7FDA
(174,127,218)
0 Favorites   0 Comments

Color spaces of #ae7fda

RGB 174127218
HSL0.750.550.68
HSV271°42°85°
CMYK 0.200.420.00   0.15
XYZ37.699829.239469.9864
Yxy29.23940.27530.2135
Hunter Lab54.073529.8209-38.8866
CIE-Lab60.992335.5064-39.8574

#ae7fda color RGB value is (174,127,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111111 11011010
Octal 256 177 332
Decimal 174 127 218
Hex AE 7F DA

RGB Percentages of Color #ae7fda

%33.53
%24.47
%42.00

CMYK Percentages of Color #ae7fda

%20
%42
%0
%15

Triadic Colors of #ae7fda

#ae7fda #daae7f #7fdaae

Analogous Colors of #ae7fda

#ae7fda #da7fd9 #817fda

Monochromatic Colors of #ae7fda

#ae7fda

Complementary Color

#ae7fda #abda7f

#ae7fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7fda Color CSS Codes

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

#ae7fda Text Font Color

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

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


#ae7fda Background Color

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

This div background color is #ae7fda


#ae7fda Border Color

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

This div border color is #ae7fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7fda


Comments

No comments written yet.

Please login to write comment.