Color Hex Logo

#ae90bb Color Hex

#AE90BB
(174,144,187)
0 Favorites   0 Comments

Color spaces of #ae90bb

RGB 174144187
HSL0.780.240.65
HSV282°23°73°
CMYK 0.070.230.00   0.27
XYZ36.398532.533051.3748
Yxy32.53300.30250.2704
Hunter Lab57.037714.0934-13.4771
CIE-Lab63.781019.2099-18.1483

#ae90bb color RGB value is (174,144,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010000 10111011
Octal 256 220 273
Decimal 174 144 187
Hex AE 90 BB

RGB Percentages of Color #ae90bb

%34.46
%28.51
%37.03

CMYK Percentages of Color #ae90bb

%7
%23
%0
%27

Triadic Colors of #ae90bb

#ae90bb #bbae90 #90bbae

Analogous Colors of #ae90bb

#ae90bb #bb90b3 #9990bb

Monochromatic Colors of #ae90bb

#ae90bb

Complementary Color

#ae90bb #9dbb90

#ae90bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae90bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae90bb Color CSS Codes

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

#ae90bb Text Font Color

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

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


#ae90bb Background Color

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

This div background color is #ae90bb


#ae90bb Border Color

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

This div border color is #ae90bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae90bb


Comments

No comments written yet.

Please login to write comment.