Color Hex Logo

#ae71db Color Hex

#AE71DB
(174,113,219)
0 Favorites   0 Comments

Color spaces of #ae71db

RGB 174113219
HSL0.760.600.65
HSV275°48°86°
CMYK 0.210.480.00   0.14
XYZ36.146925.923470.1164
Yxy25.92340.27350.1961
Hunter Lab50.915037.6240-46.0093
CIE-Lab57.964343.4433-45.1850

#ae71db color RGB value is (174,113,219).

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

The process color (four color CMYK) of #ae71db color hex is 0.21, 0.48, 0.00, 0.14. Web safe color of #ae71db is #9966cc. Color #ae71db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 11011011
Octal 256 161 333
Decimal 174 113 219
Hex AE 71 DB

RGB Percentages of Color #ae71db

%34.39
%22.33
%43.28

CMYK Percentages of Color #ae71db

%21
%48
%0
%14

Triadic Colors of #ae71db

#ae71db #dbae71 #71dbae

Analogous Colors of #ae71db

#ae71db #db71d3 #7971db

Monochromatic Colors of #ae71db

#ae71db

Complementary Color

#ae71db #9edb71

#ae71db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae71db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae71db Color CSS Codes

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

#ae71db Text Font Color

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

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


#ae71db Background Color

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

This div background color is #ae71db


#ae71db Border Color

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

This div border color is #ae71db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae71db


Comments

No comments written yet.

Please login to write comment.