Color Hex Logo

#ae58db Color Hex

#AE58DB
(174,88,219)
0 Favorites   0 Comments

Color spaces of #ae58db

RGB 17488219
HSL0.780.650.60
HSV279°60°86°
CMYK 0.210.600.00   0.14
XYZ33.731521.092669.3113
Yxy21.09260.27170.1699
Hunter Lab45.926750.7302-57.3302
CIE-Lab53.050756.3670-52.9931

#ae58db color RGB value is (174,88,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 11011011
Octal 256 130 333
Decimal 174 88 219
Hex AE 58 DB

RGB Percentages of Color #ae58db

%36.17
%18.30
%45.53

CMYK Percentages of Color #ae58db

%21
%60
%0
%14

Triadic Colors of #ae58db

#ae58db #dbae58 #58dbae

Analogous Colors of #ae58db

#ae58db #db58c7 #6d58db

Monochromatic Colors of #ae58db

#ae58db

Complementary Color

#ae58db #85db58

#ae58db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae58db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae58db Color CSS Codes

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

#ae58db Text Font Color

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

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


#ae58db Background Color

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

This div background color is #ae58db


#ae58db Border Color

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

This div border color is #ae58db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae58db


Comments

No comments written yet.

Please login to write comment.