Color Hex Logo

#ae8eb5 Color Hex

#AE8EB5
(174,142,181)
0 Favorites   0 Comments

Color spaces of #ae8eb5

RGB 174142181
HSL0.800.210.63
HSV289°22°71°
CMYK 0.040.220.00   0.29
XYZ35.469031.680947.9617
Yxy31.68090.30810.2752
Hunter Lab56.285813.9833-11.1216
CIE-Lab63.078319.1214-15.8325

#ae8eb5 color RGB value is (174,142,181).

#ae8eb5 hex color red value is 174, green value is 142 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ae8eb5 hue: 0.80 , saturation: 0.21 and the lightness value of ae8eb5 is 0.63.

The process color (four color CMYK) of #ae8eb5 color hex is 0.04, 0.22, 0.00, 0.29. Web safe color of #ae8eb5 is #9999cc. Color #ae8eb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001110 10110101
Octal 256 216 265
Decimal 174 142 181
Hex AE 8E B5

RGB Percentages of Color #ae8eb5

%35.01
%28.57
%36.42

CMYK Percentages of Color #ae8eb5

%4
%22
%0
%29

Triadic Colors of #ae8eb5

#ae8eb5 #b5ae8e #8eb5ae

Analogous Colors of #ae8eb5

#ae8eb5 #b58ea9 #9b8eb5

Monochromatic Colors of #ae8eb5

#ae8eb5

Complementary Color

#ae8eb5 #95b58e

#ae8eb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8eb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8eb5 Color CSS Codes

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

#ae8eb5 Text Font Color

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

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


#ae8eb5 Background Color

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

This div background color is #ae8eb5


#ae8eb5 Border Color

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

This div border color is #ae8eb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8eb5


Comments

No comments written yet.

Please login to write comment.