Color Hex Logo

#ae8eaf Color Hex

#AE8EAF
(174,142,175)
0 Favorites   0 Comments

Color spaces of #ae8eaf

RGB 174142175
HSL0.830.170.62
HSV298°19°69°
CMYK 0.010.190.00   0.31
XYZ34.866431.439844.7883
Yxy31.43980.31380.2830
Hunter Lab56.071212.8709-8.1096
CIE-Lab62.877217.9380-12.7462

#ae8eaf color RGB value is (174,142,175).

#ae8eaf hex color red value is 174, green value is 142 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ae8eaf hue: 0.83 , saturation: 0.17 and the lightness value of ae8eaf is 0.62.

The process color (four color CMYK) of #ae8eaf color hex is 0.01, 0.19, 0.00, 0.31. Web safe color of #ae8eaf is #999999. Color #ae8eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001110 10101111
Octal 256 216 257
Decimal 174 142 175
Hex AE 8E AF

RGB Percentages of Color #ae8eaf

%35.44
%28.92
%35.64

CMYK Percentages of Color #ae8eaf

%1
%19
%0
%31

Triadic Colors of #ae8eaf

#ae8eaf #afae8e #8eafae

Analogous Colors of #ae8eaf

#ae8eaf #af8ea0 #9e8eaf

Monochromatic Colors of #ae8eaf

#ae8eaf

Complementary Color

#ae8eaf #8faf8e

#ae8eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8eaf Color CSS Codes

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

#ae8eaf Text Font Color

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

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


#ae8eaf Background Color

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

This div background color is #ae8eaf


#ae8eaf Border Color

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

This div border color is #ae8eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8eaf


Comments

No comments written yet.

Please login to write comment.