Color Hex Logo

#ae39cc Color Hex

#AE39CC
(174,57,204)
0 Favorites   0 Comments

Color spaces of #ae39cc

RGB 17457204
HSL0.800.590.51
HSV288°72°80°
CMYK 0.150.720.00   0.20
XYZ29.817816.284658.6984
Yxy16.28460.28450.1554
Hunter Lab40.354261.2743-57.9941
CIE-Lab47.345766.7001-53.5574

#ae39cc color RGB value is (174,57,204).

#ae39cc hex color red value is 174, green value is 57 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ae39cc hue: 0.80 , saturation: 0.59 and the lightness value of ae39cc is 0.51.

The process color (four color CMYK) of #ae39cc color hex is 0.15, 0.72, 0.00, 0.20. Web safe color of #ae39cc is #9933cc. Color #ae39cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111001 11001100
Octal 256 71 314
Decimal 174 57 204
Hex AE 39 CC

RGB Percentages of Color #ae39cc

%40.00
%13.10
%46.90

CMYK Percentages of Color #ae39cc

%15
%72
%0
%20

Triadic Colors of #ae39cc

#ae39cc #ccae39 #39ccae

Analogous Colors of #ae39cc

#ae39cc #cc39a1 #6539cc

Monochromatic Colors of #ae39cc

#ae39cc

Complementary Color

#ae39cc #57cc39

#ae39cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae39cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae39cc Color CSS Codes

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

#ae39cc Text Font Color

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

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


#ae39cc Background Color

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

This div background color is #ae39cc


#ae39cc Border Color

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

This div border color is #ae39cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae39cc


Comments

No comments written yet.

Please login to write comment.