Color Hex Logo

#ae89ba Color Hex

#AE89BA
(174,137,186)
0 Favorites   0 Comments

Color spaces of #ae89ba

RGB 174137186
HSL0.790.260.63
HSV285°26°73°
CMYK 0.060.260.00   0.27
XYZ35.264130.435250.4703
Yxy30.43520.30360.2620
Hunter Lab55.168117.5551-15.6235
CIE-Lab62.027922.9542-20.2516

#ae89ba color RGB value is (174,137,186).

#ae89ba hex color red value is 174, green value is 137 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ae89ba hue: 0.79 , saturation: 0.26 and the lightness value of ae89ba is 0.63.

The process color (four color CMYK) of #ae89ba color hex is 0.06, 0.26, 0.00, 0.27. Web safe color of #ae89ba is #9999cc. Color #ae89ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001001 10111010
Octal 256 211 272
Decimal 174 137 186
Hex AE 89 BA

RGB Percentages of Color #ae89ba

%35.01
%27.57
%37.42

CMYK Percentages of Color #ae89ba

%6
%26
%0
%27

Triadic Colors of #ae89ba

#ae89ba #baae89 #89baae

Analogous Colors of #ae89ba

#ae89ba #ba89ae #9689ba

Monochromatic Colors of #ae89ba

#ae89ba

Complementary Color

#ae89ba #95ba89

#ae89ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae89ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae89ba Color CSS Codes

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

#ae89ba Text Font Color

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

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


#ae89ba Background Color

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

This div background color is #ae89ba


#ae89ba Border Color

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

This div border color is #ae89ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae89ba


Comments

No comments written yet.

Please login to write comment.