Color Hex Logo

#ae3fde Color Hex

#AE3FDE
(174,63,222)
0 Favorites   0 Comments

Color spaces of #ae3fde

RGB 17463222
HSL0.780.710.56
HSV282°72°87°
CMYK 0.220.720.00   0.13
XYZ32.417917.827670.8397
Yxy17.82760.26770.1472
Hunter Lab42.222763.1594-69.9186
CIE-Lab49.286367.9365-60.7388

#ae3fde color RGB value is (174,63,222).

#ae3fde hex color red value is 174, green value is 63 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ae3fde hue: 0.78 , saturation: 0.71 and the lightness value of ae3fde is 0.56.

The process color (four color CMYK) of #ae3fde color hex is 0.22, 0.72, 0.00, 0.13. Web safe color of #ae3fde is #9933cc. Color #ae3fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111111 11011110
Octal 256 77 336
Decimal 174 63 222
Hex AE 3F DE

RGB Percentages of Color #ae3fde

%37.91
%13.73
%48.37

CMYK Percentages of Color #ae3fde

%22
%72
%0
%13

Triadic Colors of #ae3fde

#ae3fde #deae3f #3fdeae

Analogous Colors of #ae3fde

#ae3fde #de3fbf #5f3fde

Monochromatic Colors of #ae3fde

#ae3fde

Complementary Color

#ae3fde #6fde3f

#ae3fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3fde Color CSS Codes

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

#ae3fde Text Font Color

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

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


#ae3fde Background Color

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

This div background color is #ae3fde


#ae3fde Border Color

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

This div border color is #ae3fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3fde


Comments

No comments written yet.

Please login to write comment.