Color Hex Logo

#ae8fbd Color Hex

#AE8FBD
(174,143,189)
0 Favorites   0 Comments

Color spaces of #ae8fbd

RGB 174143189
HSL0.780.260.65
HSV280°24°74°
CMYK 0.080.240.00   0.26
XYZ36.463332.317752.4602
Yxy32.31770.30080.2666
Hunter Lab56.848715.0065-14.9190
CIE-Lab63.604620.1855-19.5413

#ae8fbd color RGB value is (174,143,189).

#ae8fbd hex color red value is 174, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ae8fbd hue: 0.78 , saturation: 0.26 and the lightness value of ae8fbd is 0.65.

The process color (four color CMYK) of #ae8fbd color hex is 0.08, 0.24, 0.00, 0.26. Web safe color of #ae8fbd is #9999cc. Color #ae8fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001111 10111101
Octal 256 217 275
Decimal 174 143 189
Hex AE 8F BD

RGB Percentages of Color #ae8fbd

%34.39
%28.26
%37.35

CMYK Percentages of Color #ae8fbd

%8
%24
%0
%26

Triadic Colors of #ae8fbd

#ae8fbd #bdae8f #8fbdae

Analogous Colors of #ae8fbd

#ae8fbd #bd8fb5 #978fbd

Monochromatic Colors of #ae8fbd

#ae8fbd

Complementary Color

#ae8fbd #9ebd8f

#ae8fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8fbd Color CSS Codes

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

#ae8fbd Text Font Color

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

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


#ae8fbd Background Color

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

This div background color is #ae8fbd


#ae8fbd Border Color

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

This div border color is #ae8fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8fbd


Comments

No comments written yet.

Please login to write comment.