Color Hex Logo

#ae86ba Color Hex

#AE86BA
(174,134,186)
0 Favorites   0 Comments

Color spaces of #ae86ba

RGB 174134186
HSL0.790.270.63
HSV286°28°73°
CMYK 0.060.280.00   0.27
XYZ34.843629.594050.3301
Yxy29.59400.30360.2579
Hunter Lab54.400419.1291-16.7736
CIE-Lab61.302324.6480-21.3592

#ae86ba color RGB value is (174,134,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 10111010
Octal 256 206 272
Decimal 174 134 186
Hex AE 86 BA

RGB Percentages of Color #ae86ba

%35.22
%27.13
%37.65

CMYK Percentages of Color #ae86ba

%6
%28
%0
%27

Triadic Colors of #ae86ba

#ae86ba #baae86 #86baae

Analogous Colors of #ae86ba

#ae86ba #ba86ac #9486ba

Monochromatic Colors of #ae86ba

#ae86ba

Complementary Color

#ae86ba #92ba86

#ae86ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae86ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae86ba Color CSS Codes

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

#ae86ba Text Font Color

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

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


#ae86ba Background Color

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

This div background color is #ae86ba


#ae86ba Border Color

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

This div border color is #ae86ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,134,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 #ae86ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae86ba


Comments

No comments written yet.

Please login to write comment.