Color Hex Logo

#ae36db Color Hex

#AE36DB
(174,54,219)
0 Favorites   0 Comments

Color spaces of #ae36db

RGB 17454219
HSL0.790.700.54
HSV284°75°86°
CMYK 0.210.750.00   0.14
XYZ31.560916.751568.5877
Yxy16.75150.27000.1433
Hunter Lab40.928666.0201-70.7075
CIE-Lab47.945470.6105-61.1946

#ae36db color RGB value is (174,54,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 11011011
Octal 256 66 333
Decimal 174 54 219
Hex AE 36 DB

RGB Percentages of Color #ae36db

%38.93
%12.08
%48.99

CMYK Percentages of Color #ae36db

%21
%75
%0
%14

Triadic Colors of #ae36db

#ae36db #dbae36 #36dbae

Analogous Colors of #ae36db

#ae36db #db36b6 #5c36db

Monochromatic Colors of #ae36db

#ae36db

Complementary Color

#ae36db #63db36

#ae36db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae36db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae36db Color CSS Codes

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

#ae36db Text Font Color

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

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


#ae36db Background Color

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

This div background color is #ae36db


#ae36db Border Color

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

This div border color is #ae36db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae36db


Comments

No comments written yet.

Please login to write comment.