Color Hex Logo

#ae5180 Color Hex

#AE5180
(174,81,128)
0 Favorites   0 Comments

Color spaces of #ae5180

RGB 17481128
HSL0.920.360.50
HSV330°53°68°
CMYK 0.000.530.26   0.32
XYZ24.294316.442022.3153
Yxy16.44200.38530.2608
Hunter Lab40.548735.9859-4.2451
CIE-Lab47.549143.3974-8.3499

#ae5180 color RGB value is (174,81,128).

#ae5180 hex color red value is 174, green value is 81 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ae5180 hue: 0.92 , saturation: 0.36 and the lightness value of ae5180 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010001 10000000
Octal 256 121 200
Decimal 174 81 128
Hex AE 51 80

RGB Percentages of Color #ae5180

%45.43
%21.15
%33.42

CMYK Percentages of Color #ae5180

%0
%53
%26
%32

Triadic Colors of #ae5180

#ae5180 #80ae51 #5180ae

Analogous Colors of #ae5180

#ae5180 #ae5151 #ae51ae

Monochromatic Colors of #ae5180

#ae5180

Complementary Color

#ae5180 #51ae7f

#ae5180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5180 Color CSS Codes

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

#ae5180 Text Font Color

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

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


#ae5180 Background Color

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

This div background color is #ae5180


#ae5180 Border Color

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

This div border color is #ae5180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5180


Comments

No comments written yet.

Please login to write comment.