Color Hex Logo

#ae91bd Color Hex

#AE91BD
(174,145,189)
0 Favorites   0 Comments

Color spaces of #ae91bd

RGB 174145189
HSL0.780.250.65
HSV280°23°74°
CMYK 0.080.230.00   0.26
XYZ36.766332.923652.5612
Yxy32.92360.30070.2693
Hunter Lab57.379113.9625-14.1463
CIE-Lab64.099019.0580-18.7894

#ae91bd color RGB value is (174,145,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010001 10111101
Octal 256 221 275
Decimal 174 145 189
Hex AE 91 BD

RGB Percentages of Color #ae91bd

%34.25
%28.54
%37.20

CMYK Percentages of Color #ae91bd

%8
%23
%0
%26

Triadic Colors of #ae91bd

#ae91bd #bdae91 #91bdae

Analogous Colors of #ae91bd

#ae91bd #bd91b6 #9891bd

Monochromatic Colors of #ae91bd

#ae91bd

Complementary Color

#ae91bd #a0bd91

#ae91bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae91bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae91bd Color CSS Codes

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

#ae91bd Text Font Color

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

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


#ae91bd Background Color

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

This div background color is #ae91bd


#ae91bd Border Color

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

This div border color is #ae91bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,145,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 #ae91bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae91bd


Comments

No comments written yet.

Please login to write comment.