Color Hex Logo

#ae89be Color Hex

#AE89BE
(174,137,190)
0 Favorites   0 Comments

Color spaces of #ae89be

RGB 174137190
HSL0.780.290.64
HSV282°28°75°
CMYK 0.080.280.00   0.25
XYZ35.695530.607752.7417
Yxy30.60770.29980.2571
Hunter Lab55.324218.3518-17.7954
CIE-Lab62.175123.7791-22.2859

#ae89be color RGB value is (174,137,190).

#ae89be hex color red value is 174, green value is 137 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ae89be hue: 0.78 , saturation: 0.29 and the lightness value of ae89be is 0.64.

The process color (four color CMYK) of #ae89be color hex is 0.08, 0.28, 0.00, 0.25. Web safe color of #ae89be is #9999cc. Color #ae89be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001001 10111110
Octal 256 211 276
Decimal 174 137 190
Hex AE 89 BE

RGB Percentages of Color #ae89be

%34.73
%27.35
%37.92

CMYK Percentages of Color #ae89be

%8
%28
%0
%25

Triadic Colors of #ae89be

#ae89be #beae89 #89beae

Analogous Colors of #ae89be

#ae89be #be89b4 #9489be

Monochromatic Colors of #ae89be

#ae89be

Complementary Color

#ae89be #99be89

#ae89be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae89be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae89be Color CSS Codes

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

#ae89be Text Font Color

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

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


#ae89be Background Color

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

This div background color is #ae89be


#ae89be Border Color

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

This div border color is #ae89be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae89be


Comments

No comments written yet.

Please login to write comment.