Color Hex Logo

#ae86cc Color Hex

#AE86CC
(174,134,204)
0 Favorites   0 Comments

Color spaces of #ae86cc

RGB 174134204
HSL0.760.410.66
HSV274°34°80°
CMYK 0.150.340.00   0.20
XYZ36.879730.408561.0524
Yxy30.40850.28740.2369
Hunter Lab55.143922.8772-27.0420
CIE-Lab62.005128.4576-30.4301

#ae86cc color RGB value is (174,134,204).

#ae86cc hex color red value is 174, green value is 134 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ae86cc hue: 0.76 , saturation: 0.41 and the lightness value of ae86cc is 0.66.

The process color (four color CMYK) of #ae86cc color hex is 0.15, 0.34, 0.00, 0.20. Web safe color of #ae86cc is #9999cc. Color #ae86cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000110 11001100
Octal 256 206 314
Decimal 174 134 204
Hex AE 86 CC

RGB Percentages of Color #ae86cc

%33.98
%26.17
%39.84

CMYK Percentages of Color #ae86cc

%15
%34
%0
%20

Triadic Colors of #ae86cc

#ae86cc #ccae86 #86ccae

Analogous Colors of #ae86cc

#ae86cc #cc86c7 #8b86cc

Monochromatic Colors of #ae86cc

#ae86cc

Complementary Color

#ae86cc #a4cc86

#ae86cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae86cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae86cc Color CSS Codes

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

#ae86cc Text Font Color

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

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


#ae86cc Background Color

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

This div background color is #ae86cc


#ae86cc Border Color

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

This div border color is #ae86cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae86cc


Comments

No comments written yet.

Please login to write comment.