Color Hex Logo

#ae41db Color Hex

#AE41DB
(174,65,219)
0 Favorites   0 Comments

Color spaces of #ae41db

RGB 17465219
HSL0.780.680.56
HSV282°70°86°
CMYK 0.210.700.00   0.14
XYZ32.132017.893768.7781
Yxy17.89370.27050.1506
Hunter Lab42.300961.5628-66.7903
CIE-Lab49.366966.5591-58.9021

#ae41db color RGB value is (174,65,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000001 11011011
Octal 256 101 333
Decimal 174 65 219
Hex AE 41 DB

RGB Percentages of Color #ae41db

%37.99
%14.19
%47.82

CMYK Percentages of Color #ae41db

%21
%70
%0
%14

Triadic Colors of #ae41db

#ae41db #dbae41 #41dbae

Analogous Colors of #ae41db

#ae41db #db41bb #6141db

Monochromatic Colors of #ae41db

#ae41db

Complementary Color

#ae41db #6edb41

#ae41db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae41db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae41db Color CSS Codes

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

#ae41db Text Font Color

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

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


#ae41db Background Color

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

This div background color is #ae41db


#ae41db Border Color

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

This div border color is #ae41db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae41db


Comments

No comments written yet.

Please login to write comment.