Color Hex Logo

#ae5694 Color Hex

#AE5694
(174,86,148)
0 Favorites   0 Comments

Color spaces of #ae5694

RGB 17486148
HSL0.880.350.51
HSV318°51°68°
CMYK 0.000.510.15   0.32
XYZ26.128617.792430.0741
Yxy17.79240.35310.2405
Hunter Lab42.181036.7531-12.7457
CIE-Lab49.243343.8879-17.7604

#ae5694 color RGB value is (174,86,148).

#ae5694 hex color red value is 174, green value is 86 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ae5694 hue: 0.88 , saturation: 0.35 and the lightness value of ae5694 is 0.51.

The process color (four color CMYK) of #ae5694 color hex is 0.00, 0.51, 0.15, 0.32. Web safe color of #ae5694 is #996699. Color #ae5694 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 10010100
Octal 256 126 224
Decimal 174 86 148
Hex AE 56 94

RGB Percentages of Color #ae5694

%42.65
%21.08
%36.27

CMYK Percentages of Color #ae5694

%0
%51
%15
%32

Triadic Colors of #ae5694

#ae5694 #94ae56 #5694ae

Analogous Colors of #ae5694

#ae5694 #ae5668 #9c56ae

Monochromatic Colors of #ae5694

#ae5694

Complementary Color

#ae5694 #56ae70

#ae5694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5694 Color CSS Codes

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

#ae5694 Text Font Color

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

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


#ae5694 Background Color

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

This div background color is #ae5694


#ae5694 Border Color

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

This div border color is #ae5694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5694


Comments

No comments written yet.

Please login to write comment.