Color Hex Logo

#ae5d80 Color Hex

#AE5D80
(174,93,128)
0 Favorites   0 Comments

Color spaces of #ae5d80

RGB 17493128
HSL0.930.330.52
HSV334°47°68°
CMYK 0.000.470.26   0.32
XYZ25.266218.385922.6392
Yxy18.38590.38110.2774
Hunter Lab42.878830.1427-1.2889
CIE-Lab49.960937.1782-4.7595

#ae5d80 color RGB value is (174,93,128).

#ae5d80 hex color red value is 174, green value is 93 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ae5d80 hue: 0.93 , saturation: 0.33 and the lightness value of ae5d80 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011101 10000000
Octal 256 135 200
Decimal 174 93 128
Hex AE 5D 80

RGB Percentages of Color #ae5d80

%44.05
%23.54
%32.41

CMYK Percentages of Color #ae5d80

%0
%47
%26
%32

Triadic Colors of #ae5d80

#ae5d80 #80ae5d #5d80ae

Analogous Colors of #ae5d80

#ae5d80 #ae635d #ae5da9

Monochromatic Colors of #ae5d80

#ae5d80

Complementary Color

#ae5d80 #5dae8b

#ae5d80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5d80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5d80 Color CSS Codes

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

#ae5d80 Text Font Color

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

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


#ae5d80 Background Color

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

This div background color is #ae5d80


#ae5d80 Border Color

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

This div border color is #ae5d80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5d80


Comments

No comments written yet.

Please login to write comment.