Color Hex Logo

#ae86bd Color Hex

#AE86BD
(174,134,189)
0 Favorites   0 Comments

Color spaces of #ae86bd

RGB 174134189
HSL0.790.290.63
HSV284°29°74°
CMYK 0.080.290.00   0.26
XYZ35.166029.723052.0278
Yxy29.72300.30080.2542
Hunter Lab54.518819.7291-18.4178
CIE-Lab61.414525.2649-22.8854

#ae86bd color RGB value is (174,134,189).

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

The process color (four color CMYK) of #ae86bd color hex is 0.08, 0.29, 0.00, 0.26. Web safe color of #ae86bd is #9999cc. Color #ae86bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 10111101
Octal 256 206 275
Decimal 174 134 189
Hex AE 86 BD

RGB Percentages of Color #ae86bd

%35.01
%26.96
%38.03

CMYK Percentages of Color #ae86bd

%8
%29
%0
%26

Triadic Colors of #ae86bd

#ae86bd #bdae86 #86bdae

Analogous Colors of #ae86bd

#ae86bd #bd86b1 #9386bd

Monochromatic Colors of #ae86bd

#ae86bd

Complementary Color

#ae86bd #95bd86

#ae86bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae86bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae86bd Color CSS Codes

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

#ae86bd Text Font Color

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

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


#ae86bd Background Color

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

This div background color is #ae86bd


#ae86bd Border Color

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

This div border color is #ae86bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae86bd


Comments

No comments written yet.

Please login to write comment.