Color Hex Logo

#ae86bc Color Hex

#AE86BC
(174,134,188)
1 Favorites   0 Comments

Color spaces of #ae86bc

RGB 174134188
HSL0.790.290.63
HSV284°29°74°
CMYK 0.070.290.00   0.26
XYZ35.057829.679751.4580
Yxy29.67970.30170.2554
Hunter Lab54.479119.5280-17.8668
CIE-Lab61.376925.0585-22.3773

#ae86bc color RGB value is (174,134,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 10111100
Octal 256 206 274
Decimal 174 134 188
Hex AE 86 BC

RGB Percentages of Color #ae86bc

%35.08
%27.02
%37.90

CMYK Percentages of Color #ae86bc

%7
%29
%0
%26

Triadic Colors of #ae86bc

#ae86bc #bcae86 #86bcae

Analogous Colors of #ae86bc

#ae86bc #bc86af #9386bc

Monochromatic Colors of #ae86bc

#ae86bc

Complementary Color

#ae86bc #94bc86

#ae86bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae86bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae86bc Color CSS Codes

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

#ae86bc Text Font Color

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

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


#ae86bc Background Color

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

This div background color is #ae86bc


#ae86bc Border Color

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

This div border color is #ae86bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae86bc


Comments

No comments written yet.

Please login to write comment.