Color Hex Logo

#ae558f Color Hex

#AE558F
(174,85,143)
0 Favorites   0 Comments

Color spaces of #ae558f

RGB 17485143
HSL0.890.350.51
HSV321°51°68°
CMYK 0.000.510.18   0.32
XYZ25.662017.478828.0078
Yxy17.47880.36070.2457
Hunter Lab41.807736.4019-10.4542
CIE-Lab48.857743.6031-15.3712

#ae558f color RGB value is (174,85,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010101 10001111
Octal 256 125 217
Decimal 174 85 143
Hex AE 55 8F

RGB Percentages of Color #ae558f

%43.28
%21.14
%35.57

CMYK Percentages of Color #ae558f

%0
%51
%18
%32

Triadic Colors of #ae558f

#ae558f #8fae55 #558fae

Analogous Colors of #ae558f

#ae558f #ae5563 #a155ae

Monochromatic Colors of #ae558f

#ae558f

Complementary Color

#ae558f #55ae74

#ae558f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae558f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae558f Color CSS Codes

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

#ae558f Text Font Color

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

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


#ae558f Background Color

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

This div background color is #ae558f


#ae558f Border Color

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

This div border color is #ae558f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae558f


Comments

No comments written yet.

Please login to write comment.