Color Hex Logo

#ae91bb Color Hex

#AE91BB
(174,145,187)
0 Favorites   0 Comments

Color spaces of #ae91bb

RGB 174145187
HSL0.780.240.65
HSV281°22°73°
CMYK 0.070.220.00   0.27
XYZ36.550632.837351.4255
Yxy32.83730.30250.2718
Hunter Lab57.303813.5725-13.0952
CIE-Lab64.029018.6461-17.7719

#ae91bb color RGB value is (174,145,187).

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

The process color (four color CMYK) of #ae91bb color hex is 0.07, 0.22, 0.00, 0.27. Web safe color of #ae91bb is #9999cc. Color #ae91bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010001 10111011
Octal 256 221 273
Decimal 174 145 187
Hex AE 91 BB

RGB Percentages of Color #ae91bb

%34.39
%28.66
%36.96

CMYK Percentages of Color #ae91bb

%7
%22
%0
%27

Triadic Colors of #ae91bb

#ae91bb #bbae91 #91bbae

Analogous Colors of #ae91bb

#ae91bb #bb91b3 #9991bb

Monochromatic Colors of #ae91bb

#ae91bb

Complementary Color

#ae91bb #9ebb91

#ae91bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae91bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae91bb Color CSS Codes

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

#ae91bb Text Font Color

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

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


#ae91bb Background Color

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

This div background color is #ae91bb


#ae91bb Border Color

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

This div border color is #ae91bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae91bb


Comments

No comments written yet.

Please login to write comment.