Color Hex Logo

#ae7baa Color Hex

#AE7BAA
(174,123,170)
0 Favorites   0 Comments

Color spaces of #ae7baa

RGB 174123170
HSL0.850.240.58
HSV305°29°68°
CMYK 0.000.290.02   0.32
XYZ31.794226.066941.3859
Yxy26.06690.32040.2626
Hunter Lab51.055821.8106-12.3216
CIE-Lab58.100527.6895-17.1157

#ae7baa color RGB value is (174,123,170).

#ae7baa hex color red value is 174, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ae7baa hue: 0.85 , saturation: 0.24 and the lightness value of ae7baa is 0.58.

The process color (four color CMYK) of #ae7baa color hex is 0.00, 0.29, 0.02, 0.32. Web safe color of #ae7baa is #996699. Color #ae7baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111011 10101010
Octal 256 173 252
Decimal 174 123 170
Hex AE 7B AA

RGB Percentages of Color #ae7baa

%37.26
%26.34
%36.40

CMYK Percentages of Color #ae7baa

%0
%29
%2
%32

Triadic Colors of #ae7baa

#ae7baa #aaae7b #7baaae

Analogous Colors of #ae7baa

#ae7baa #ae7b91 #997bae

Monochromatic Colors of #ae7baa

#ae7baa

Complementary Color

#ae7baa #7bae7f

#ae7baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7baa Color CSS Codes

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

#ae7baa Text Font Color

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

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


#ae7baa Background Color

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

This div background color is #ae7baa


#ae7baa Border Color

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

This div border color is #ae7baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7baa


Comments

No comments written yet.

Please login to write comment.