Color Hex Logo

#ae89cc Color Hex

#AE89CC
(174,137,204)
0 Favorites   0 Comments

Color spaces of #ae89cc

RGB 174137204
HSL0.760.400.67
HSV273°33°80°
CMYK 0.150.330.00   0.20
XYZ37.300331.249661.1926
Yxy31.24960.28750.2409
Hunter Lab55.901321.2772-25.7711
CIE-Lab62.717826.7669-29.3274

#ae89cc color RGB value is (174,137,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001001 11001100
Octal 256 211 314
Decimal 174 137 204
Hex AE 89 CC

RGB Percentages of Color #ae89cc

%33.79
%26.60
%39.61

CMYK Percentages of Color #ae89cc

%15
%33
%0
%20

Triadic Colors of #ae89cc

#ae89cc #ccae89 #89ccae

Analogous Colors of #ae89cc

#ae89cc #cc89c9 #8d89cc

Monochromatic Colors of #ae89cc

#ae89cc

Complementary Color

#ae89cc #a7cc89

#ae89cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae89cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae89cc Color CSS Codes

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

#ae89cc Text Font Color

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

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


#ae89cc Background Color

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

This div background color is #ae89cc


#ae89cc Border Color

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

This div border color is #ae89cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae89cc


Comments

No comments written yet.

Please login to write comment.