Color Hex Logo

#ae568b Color Hex

#AE568B
(174,86,139)
0 Favorites   0 Comments

Color spaces of #ae568b

RGB 17486139
HSL0.900.350.51
HSV324°51°68°
CMYK 0.000.510.20   0.32
XYZ25.443517.518326.4664
Yxy17.51830.36650.2523
Hunter Lab41.854935.2638-8.1929
CIE-Lab48.906642.4728-12.9095

#ae568b color RGB value is (174,86,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 10001011
Octal 256 126 213
Decimal 174 86 139
Hex AE 56 8B

RGB Percentages of Color #ae568b

%43.61
%21.55
%34.84

CMYK Percentages of Color #ae568b

%0
%51
%20
%32

Triadic Colors of #ae568b

#ae568b #8bae56 #568bae

Analogous Colors of #ae568b

#ae568b #ae565f #a556ae

Monochromatic Colors of #ae568b

#ae568b

Complementary Color

#ae568b #56ae79

#ae568b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae568b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae568b Color CSS Codes

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

#ae568b Text Font Color

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

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


#ae568b Background Color

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

This div background color is #ae568b


#ae568b Border Color

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

This div border color is #ae568b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae568b


Comments

No comments written yet.

Please login to write comment.