Color Hex Logo

#ae71de Color Hex

#AE71DE
(174,113,222)
0 Favorites   0 Comments

Color spaces of #ae71de

RGB 174113222
HSL0.760.620.66
HSV274°49°87°
CMYK 0.220.490.00   0.13
XYZ36.545526.082972.2156
Yxy26.08290.27100.1934
Hunter Lab51.071438.3554-48.0868
CIE-Lab58.115744.1175-46.6307

#ae71de color RGB value is (174,113,222).

#ae71de hex color red value is 174, green value is 113 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ae71de hue: 0.76 , saturation: 0.62 and the lightness value of ae71de is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 11011110
Octal 256 161 336
Decimal 174 113 222
Hex AE 71 DE

RGB Percentages of Color #ae71de

%34.18
%22.20
%43.61

CMYK Percentages of Color #ae71de

%22
%49
%0
%13

Triadic Colors of #ae71de

#ae71de #deae71 #71deae

Analogous Colors of #ae71de

#ae71de #de71d8 #7871de

Monochromatic Colors of #ae71de

#ae71de

Complementary Color

#ae71de #a1de71

#ae71de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae71de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae71de Color CSS Codes

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

#ae71de Text Font Color

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

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


#ae71de Background Color

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

This div background color is #ae71de


#ae71de Border Color

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

This div border color is #ae71de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae71de


Comments

No comments written yet.

Please login to write comment.