Color Hex Logo

#ae36dc Color Hex

#AE36DC
(174,54,220)
0 Favorites   0 Comments

Color spaces of #ae36dc

RGB 17454220
HSL0.790.700.54
HSV283°75°86°
CMYK 0.210.750.00   0.14
XYZ31.693016.804369.2833
Yxy16.80430.26910.1427
Hunter Lab40.993066.2661-71.5123
CIE-Lab48.012570.8036-61.6565

#ae36dc color RGB value is (174,54,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 11011100
Octal 256 66 334
Decimal 174 54 220
Hex AE 36 DC

RGB Percentages of Color #ae36dc

%38.84
%12.05
%49.11

CMYK Percentages of Color #ae36dc

%21
%75
%0
%14

Triadic Colors of #ae36dc

#ae36dc #dcae36 #36dcae

Analogous Colors of #ae36dc

#ae36dc #dc36b7 #5b36dc

Monochromatic Colors of #ae36dc

#ae36dc

Complementary Color

#ae36dc #64dc36

#ae36dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae36dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae36dc Color CSS Codes

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

#ae36dc Text Font Color

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

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


#ae36dc Background Color

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

This div background color is #ae36dc


#ae36dc Border Color

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

This div border color is #ae36dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,54,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae36dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae36dc


Comments

No comments written yet.

Please login to write comment.