Color Hex Logo

#ae39dc Color Hex

#AE39DC
(174,57,220)
0 Favorites   0 Comments

Color spaces of #ae39dc

RGB 17457220
HSL0.790.700.54
HSV283°74°86°
CMYK 0.210.740.00   0.14
XYZ31.837017.092269.3313
Yxy17.09220.26920.1445
Hunter Lab41.342765.1087-70.4888
CIE-Lab48.376069.7611-61.0695

#ae39dc color RGB value is (174,57,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111001 11011100
Octal 256 71 334
Decimal 174 57 220
Hex AE 39 DC

RGB Percentages of Color #ae39dc

%38.58
%12.64
%48.78

CMYK Percentages of Color #ae39dc

%21
%74
%0
%14

Triadic Colors of #ae39dc

#ae39dc #dcae39 #39dcae

Analogous Colors of #ae39dc

#ae39dc #dc39b9 #5c39dc

Monochromatic Colors of #ae39dc

#ae39dc

Complementary Color

#ae39dc #67dc39

#ae39dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae39dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae39dc Color CSS Codes

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

#ae39dc Text Font Color

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

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


#ae39dc Background Color

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

This div background color is #ae39dc


#ae39dc Border Color

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

This div border color is #ae39dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae39dc


Comments

No comments written yet.

Please login to write comment.