color codes Logo

#ae13db color codes

#AE13DB
(174,19,219)
0 Favorites   0 Comments

Color spaces of #ae13db

RGB 17419219
HSL0.800.840.47
HSV287°91°86°
CMYK 0.210.910.00   0.14
XYZ30.474614.578968.2256
Yxy14.57890.26900.1287
Hunter Lab38.182375.6478-79.2139
CIE-Lab45.052079.0633-65.8810

#ae13db color RGB value is (174,19,219).

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

The process color (four color CMYK) of #ae13db color code is 0.21, 0.91, 0.00, 0.14. Web safe color of #ae13db is #9900cc. Color #ae13db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010011 11011011
Octal 256 23 333
Decimal 174 19 219
Hex AE 13 DB

RGB Percentages of Color #ae13db

%42.23
%4.61
%53.16

CMYK Percentages of Color #ae13db

%21
%91
%0
%14

Triadic Colors of #ae13db

#ae13db #dbae13 #13dbae

Analogous Colors of #ae13db

#ae13db #db13a4 #4a13db

Monochromatic Colors of #ae13db

#ae13db

Complementary Color

#ae13db #40db13

#ae13db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae13db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae13db Color CSS Codes

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

#ae13db Text Font Color

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

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


#ae13db Background Color

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

This div background color is #ae13db


#ae13db Border Color

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

This div border color is #ae13db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae13db


Comments

No comments written yet.

Please login to write comment.