Color Hex Logo

#ae39db Color Hex

#AE39DB
(174,57,219)
0 Favorites   0 Comments

Color spaces of #ae39db

RGB 17457219
HSL0.790.690.54
HSV283°74°86°
CMYK 0.210.740.00   0.14
XYZ31.704917.039468.6357
Yxy17.03940.27010.1452
Hunter Lab41.278864.8621-69.6884
CIE-Lab48.309669.5662-60.6065

#ae39db color RGB value is (174,57,219).

#ae39db hex color red value is 174, green value is 57 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ae39db hue: 0.79 , saturation: 0.69 and the lightness value of ae39db is 0.54.

The process color (four color CMYK) of #ae39db color hex is 0.21, 0.74, 0.00, 0.14. Web safe color of #ae39db is #9933cc. Color #ae39db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111001 11011011
Octal 256 71 333
Decimal 174 57 219
Hex AE 39 DB

RGB Percentages of Color #ae39db

%38.67
%12.67
%48.67

CMYK Percentages of Color #ae39db

%21
%74
%0
%14

Triadic Colors of #ae39db

#ae39db #dbae39 #39dbae

Analogous Colors of #ae39db

#ae39db #db39b7 #5d39db

Monochromatic Colors of #ae39db

#ae39db

Complementary Color

#ae39db #66db39

#ae39db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae39db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae39db Color CSS Codes

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

#ae39db Text Font Color

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

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


#ae39db Background Color

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

This div background color is #ae39db


#ae39db Border Color

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

This div border color is #ae39db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae39db


Comments

No comments written yet.

Please login to write comment.