color codes Logo

#ae557b color codes

#AE557B
(174,85,123)
0 Favorites   0 Comments

Color spaces of #ae557b

RGB 17485123
HSL0.930.350.51
HSV334°51°68°
CMYK 0.000.510.29   0.32
XYZ24.279216.925720.7262
Yxy16.92570.39200.2733
Hunter Lab41.140933.3449-1.0709
CIE-Lab48.166340.6715-4.4176

#ae557b color RGB value is (174,85,123).

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

The process color (four color CMYK) of #ae557b color code is 0.00, 0.51, 0.29, 0.32. Web safe color of #ae557b is #996666. Color #ae557b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010101 01111011
Octal 256 125 173
Decimal 174 85 123
Hex AE 55 7B

RGB Percentages of Color #ae557b

%45.55
%22.25
%32.20

CMYK Percentages of Color #ae557b

%0
%51
%29
%32

Triadic Colors of #ae557b

#ae557b #7bae55 #557bae

Analogous Colors of #ae557b

#ae557b #ae5c55 #ae55a8

Monochromatic Colors of #ae557b

#ae557b

Complementary Color

#ae557b #55ae88

#ae557b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae557b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae557b Color CSS Codes

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

#ae557b Text Font Color

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

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


#ae557b Background Color

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

This div background color is #ae557b


#ae557b Border Color

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

This div border color is #ae557b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae557b


Comments

No comments written yet.

Please login to write comment.