Color Hex Logo

#ae7adf Color Hex

#AE7ADF
(174,122,223)
0 Favorites   0 Comments

Color spaces of #ae7adf

RGB 174122223
HSL0.750.610.68
HSV271°45°87°
CMYK 0.220.450.00   0.13
XYZ37.734428.245573.2751
Yxy28.24550.27100.2028
Hunter Lab53.146533.7299-44.5428
CIE-Lab60.109939.4224-44.0412

#ae7adf color RGB value is (174,122,223).

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

The process color (four color CMYK) of #ae7adf color hex is 0.22, 0.45, 0.00, 0.13. Web safe color of #ae7adf is #9966cc. Color #ae7adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111010 11011111
Octal 256 172 337
Decimal 174 122 223
Hex AE 7A DF

RGB Percentages of Color #ae7adf

%33.53
%23.51
%42.97

CMYK Percentages of Color #ae7adf

%22
%45
%0
%13

Triadic Colors of #ae7adf

#ae7adf #dfae7a #7adfae

Analogous Colors of #ae7adf

#ae7adf #df7ade #7c7adf

Monochromatic Colors of #ae7adf

#ae7adf

Complementary Color

#ae7adf #abdf7a

#ae7adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7adf Color CSS Codes

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

#ae7adf Text Font Color

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

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


#ae7adf Background Color

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

This div background color is #ae7adf


#ae7adf Border Color

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

This div border color is #ae7adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7adf


Comments

No comments written yet.

Please login to write comment.