Color Hex Logo

#ae17db Color Hex

#AE17DB
(174,23,219)
0 Favorites   0 Comments

Color spaces of #ae17db

RGB 17423219
HSL0.800.810.47
HSV286°89°86°
CMYK 0.210.890.00   0.14
XYZ30.548114.725968.2502
Yxy14.72590.26910.1297
Hunter Lab38.374374.9408-78.5874
CIE-Lab45.256578.4567-65.5490

#ae17db color RGB value is (174,23,219).

#ae17db hex color red value is 174, green value is 23 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ae17db hue: 0.80 , saturation: 0.81 and the lightness value of ae17db is 0.47.

The process color (four color CMYK) of #ae17db color hex is 0.21, 0.89, 0.00, 0.14. Web safe color of #ae17db is #9900cc. Color #ae17db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010111 11011011
Octal 256 27 333
Decimal 174 23 219
Hex AE 17 DB

RGB Percentages of Color #ae17db

%41.83
%5.53
%52.64

CMYK Percentages of Color #ae17db

%21
%89
%0
%14

Triadic Colors of #ae17db

#ae17db #dbae17 #17dbae

Analogous Colors of #ae17db

#ae17db #db17a6 #4c17db

Monochromatic Colors of #ae17db

#ae17db

Complementary Color

#ae17db #44db17

#ae17db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae17db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae17db Color CSS Codes

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

#ae17db Text Font Color

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

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


#ae17db Background Color

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

This div background color is #ae17db


#ae17db Border Color

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

This div border color is #ae17db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae17db


Comments

No comments written yet.

Please login to write comment.