Color Hex Logo

#ae7eab Color Hex

#AE7EAB
(174,126,171)
0 Favorites   0 Comments

Color spaces of #ae7eab

RGB 174126171
HSL0.840.230.59
HSV304°28°68°
CMYK 0.000.280.02   0.32
XYZ32.267126.860742.0120
Yxy26.86070.31900.2656
Hunter Lab51.827320.4343-11.7823
CIE-Lab58.845226.1921-16.5587

#ae7eab color RGB value is (174,126,171).

#ae7eab hex color red value is 174, green value is 126 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ae7eab hue: 0.84 , saturation: 0.23 and the lightness value of ae7eab is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111110 10101011
Octal 256 176 253
Decimal 174 126 171
Hex AE 7E AB

RGB Percentages of Color #ae7eab

%36.94
%26.75
%36.31

CMYK Percentages of Color #ae7eab

%0
%28
%2
%32

Triadic Colors of #ae7eab

#ae7eab #abae7e #7eabae

Analogous Colors of #ae7eab

#ae7eab #ae7e93 #997eae

Monochromatic Colors of #ae7eab

#ae7eab

Complementary Color

#ae7eab #7eae81

#ae7eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7eab Color CSS Codes

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

#ae7eab Text Font Color

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

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


#ae7eab Background Color

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

This div background color is #ae7eab


#ae7eab Border Color

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

This div border color is #ae7eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7eab


Comments

No comments written yet.

Please login to write comment.