Color Hex Logo

#ae5781 Color Hex

#AE5781
(174,87,129)
0 Favorites   0 Comments

Color spaces of #ae5781

RGB 17487129
HSL0.920.350.51
HSV331°50°68°
CMYK 0.000.500.26   0.32
XYZ24.826217.400022.8189
Yxy17.40000.38170.2675
Hunter Lab41.713333.2382-3.2348
CIE-Lab48.760140.4766-7.1423

#ae5781 color RGB value is (174,87,129).

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

The process color (four color CMYK) of #ae5781 color hex is 0.00, 0.50, 0.26, 0.32. Web safe color of #ae5781 is #996699. Color #ae5781 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010111 10000001
Octal 256 127 201
Decimal 174 87 129
Hex AE 57 81

RGB Percentages of Color #ae5781

%44.62
%22.31
%33.08

CMYK Percentages of Color #ae5781

%0
%50
%26
%32

Triadic Colors of #ae5781

#ae5781 #81ae57 #5781ae

Analogous Colors of #ae5781

#ae5781 #ae5957 #ae57ad

Monochromatic Colors of #ae5781

#ae5781

Complementary Color

#ae5781 #57ae84

#ae5781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5781 Color CSS Codes

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

#ae5781 Text Font Color

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

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


#ae5781 Background Color

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

This div background color is #ae5781


#ae5781 Border Color

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

This div border color is #ae5781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5781


Comments

No comments written yet.

Please login to write comment.