Color Hex Logo

#ae567b Color Hex

#AE567B
(174,86,123)
0 Favorites   0 Comments

Color spaces of #ae567b

RGB 17486123
HSL0.930.350.51
HSV335°51°68°
CMYK 0.000.510.29   0.32
XYZ24.358517.084320.7527
Yxy17.08430.39160.2747
Hunter Lab41.333232.8608-0.8353
CIE-Lab48.366140.1553-4.1221

#ae567b color RGB value is (174,86,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 01111011
Octal 256 126 173
Decimal 174 86 123
Hex AE 56 7B

RGB Percentages of Color #ae567b

%45.43
%22.45
%32.11

CMYK Percentages of Color #ae567b

%0
%51
%29
%32

Triadic Colors of #ae567b

#ae567b #7bae56 #567bae

Analogous Colors of #ae567b

#ae567b #ae5d56 #ae56a7

Monochromatic Colors of #ae567b

#ae567b

Complementary Color

#ae567b #56ae89

#ae567b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae567b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae567b Color CSS Codes

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

#ae567b Text Font Color

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

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


#ae567b Background Color

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

This div background color is #ae567b


#ae567b Border Color

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

This div border color is #ae567b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae567b


Comments

No comments written yet.

Please login to write comment.