Color Hex Logo

#ae89ce Color Hex

#AE89CE
(174,137,206)
0 Favorites   0 Comments

Color spaces of #ae89ce

RGB 174137206
HSL0.760.410.67
HSV272°33°81°
CMYK 0.160.330.00   0.19
XYZ37.541831.346262.4643
Yxy31.34620.28580.2386
Hunter Lab55.987721.7124-26.9573
CIE-Lab62.798827.2059-30.3232

#ae89ce color RGB value is (174,137,206).

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

The process color (four color CMYK) of #ae89ce color hex is 0.16, 0.33, 0.00, 0.19. Web safe color of #ae89ce is #9999cc. Color #ae89ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001001 11001110
Octal 256 211 316
Decimal 174 137 206
Hex AE 89 CE

RGB Percentages of Color #ae89ce

%33.66
%26.50
%39.85

CMYK Percentages of Color #ae89ce

%16
%33
%0
%19

Triadic Colors of #ae89ce

#ae89ce #ceae89 #89ceae

Analogous Colors of #ae89ce

#ae89ce #ce89cc #8c89ce

Monochromatic Colors of #ae89ce

#ae89ce

Complementary Color

#ae89ce #a9ce89

#ae89ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae89ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae89ce Color CSS Codes

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

#ae89ce Text Font Color

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

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


#ae89ce Background Color

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

This div background color is #ae89ce


#ae89ce Border Color

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

This div border color is #ae89ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae89ce


Comments

No comments written yet.

Please login to write comment.