Color Hex Logo

#ae73db Color Hex

#AE73DB
(174,115,219)
0 Favorites   0 Comments

Color spaces of #ae73db

RGB 174115219
HSL0.760.590.65
HSV274°47°86°
CMYK 0.210.470.00   0.14
XYZ36.372526.374670.1916
Yxy26.37460.27360.1984
Hunter Lab51.356236.5474-45.0858
CIE-Lab58.390942.3564-44.5111

#ae73db color RGB value is (174,115,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110011 11011011
Octal 256 163 333
Decimal 174 115 219
Hex AE 73 DB

RGB Percentages of Color #ae73db

%34.25
%22.64
%43.11

CMYK Percentages of Color #ae73db

%21
%47
%0
%14

Triadic Colors of #ae73db

#ae73db #dbae73 #73dbae

Analogous Colors of #ae73db

#ae73db #db73d4 #7a73db

Monochromatic Colors of #ae73db

#ae73db

Complementary Color

#ae73db #a0db73

#ae73db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae73db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae73db Color CSS Codes

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

#ae73db Text Font Color

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

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


#ae73db Background Color

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

This div background color is #ae73db


#ae73db Border Color

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

This div border color is #ae73db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae73db


Comments

No comments written yet.

Please login to write comment.