Color Hex Logo

#ae50db Color Hex

#AE50DB
(174,80,219)
0 Favorites   0 Comments

Color spaces of #ae50db

RGB 17480219
HSL0.780.660.59
HSV281°63°86°
CMYK 0.210.630.00   0.14
XYZ33.110419.850569.1042
Yxy19.85050.27130.1626
Hunter Lab44.553954.6836-60.7725
CIE-Lab51.667860.1417-55.2059

#ae50db color RGB value is (174,80,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010000 11011011
Octal 256 120 333
Decimal 174 80 219
Hex AE 50 DB

RGB Percentages of Color #ae50db

%36.79
%16.91
%46.30

CMYK Percentages of Color #ae50db

%21
%63
%0
%14

Triadic Colors of #ae50db

#ae50db #dbae50 #50dbae

Analogous Colors of #ae50db

#ae50db #db50c3 #6950db

Monochromatic Colors of #ae50db

#ae50db

Complementary Color

#ae50db #7ddb50

#ae50db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae50db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae50db Color CSS Codes

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

#ae50db Text Font Color

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

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


#ae50db Background Color

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

This div background color is #ae50db


#ae50db Border Color

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

This div border color is #ae50db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae50db


Comments

No comments written yet.

Please login to write comment.