Color Hex Logo

#ae89ea Color Hex

#AE89EA
(174,137,234)
0 Favorites   0 Comments

Color spaces of #ae89ea

RGB 174137234
HSL0.730.700.73
HSV263°41°92°
CMYK 0.260.410.00   0.08
XYZ41.252532.830582.0046
Yxy32.83050.26430.2103
Hunter Lab57.297928.2425-44.7471
CIE-Lab64.023433.6366-43.9942

#ae89ea color RGB value is (174,137,234).

#ae89ea hex color red value is 174, green value is 137 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ae89ea hue: 0.73 , saturation: 0.70 and the lightness value of ae89ea is 0.73.

The process color (four color CMYK) of #ae89ea color hex is 0.26, 0.41, 0.00, 0.08. Web safe color of #ae89ea is #9999ff. Color #ae89ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001001 11101010
Octal 256 211 352
Decimal 174 137 234
Hex AE 89 EA

RGB Percentages of Color #ae89ea

%31.93
%25.14
%42.94

CMYK Percentages of Color #ae89ea

%26
%41
%0
%8

Triadic Colors of #ae89ea

#ae89ea #eaae89 #89eaae

Analogous Colors of #ae89ea

#ae89ea #df89ea #8995ea

Monochromatic Colors of #ae89ea

#ae89ea

Complementary Color

#ae89ea #c5ea89

#ae89ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae89ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae89ea Color CSS Codes

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

#ae89ea Text Font Color

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

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


#ae89ea Background Color

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

This div background color is #ae89ea


#ae89ea Border Color

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

This div border color is #ae89ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae89ea


Comments

No comments written yet.

Please login to write comment.