Color Hex Logo

#ae8baf Color Hex

#AE8BAF
(174,139,175)
0 Favorites   0 Comments

Color spaces of #ae8baf

RGB 174139175
HSL0.830.180.62
HSV298°21°69°
CMYK 0.010.210.00   0.31
XYZ34.426030.559144.6415
Yxy30.55910.31400.2788
Hunter Lab55.280314.4210-9.1833
CIE-Lab62.133719.6293-13.8654

#ae8baf color RGB value is (174,139,175).

#ae8baf hex color red value is 174, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ae8baf hue: 0.83 , saturation: 0.18 and the lightness value of ae8baf is 0.62.

The process color (four color CMYK) of #ae8baf color hex is 0.01, 0.21, 0.00, 0.31. Web safe color of #ae8baf is #999999. Color #ae8baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001011 10101111
Octal 256 213 257
Decimal 174 139 175
Hex AE 8B AF

RGB Percentages of Color #ae8baf

%35.66
%28.48
%35.86

CMYK Percentages of Color #ae8baf

%1
%21
%0
%31

Triadic Colors of #ae8baf

#ae8baf #afae8b #8bafae

Analogous Colors of #ae8baf

#ae8baf #af8b9e #9c8baf

Monochromatic Colors of #ae8baf

#ae8baf

Complementary Color

#ae8baf #8caf8b

#ae8baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8baf Color CSS Codes

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

#ae8baf Text Font Color

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

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


#ae8baf Background Color

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

This div background color is #ae8baf


#ae8baf Border Color

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

This div border color is #ae8baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8baf

#ae8baf Color Palettes


Comments

No comments written yet.

Please login to write comment.