Color Hex Logo

#ab90ae Color Hex

#AB90AE
(171,144,174)
0 Favorites   0 Comments

Color spaces of #ab90ae

RGB 171144174
HSL0.820.160.62
HSV294°17°68°
CMYK 0.020.170.00   0.32
XYZ34.407831.660444.3420
Yxy31.66040.31160.2868
Hunter Lab56.267610.6851-7.3365
CIE-Lab63.061215.5684-11.9331

#ab90ae color RGB value is (171,144,174).

#ab90ae hex color red value is 171, green value is 144 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ab90ae hue: 0.82 , saturation: 0.16 and the lightness value of ab90ae is 0.62.

The process color (four color CMYK) of #ab90ae color hex is 0.02, 0.17, 0.00, 0.32. Web safe color of #ab90ae is #999999. Color #ab90ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010000 10101110
Octal 253 220 256
Decimal 171 144 174
Hex AB 90 AE

RGB Percentages of Color #ab90ae

%34.97
%29.45
%35.58

CMYK Percentages of Color #ab90ae

%2
%17
%0
%32

Triadic Colors of #ab90ae

#ab90ae #aeab90 #90aeab

Analogous Colors of #ab90ae

#ab90ae #ae90a2 #9c90ae

Monochromatic Colors of #ab90ae

#ab90ae

Complementary Color

#ab90ae #93ae90

#ab90ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab90ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab90ae Color CSS Codes

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

#ab90ae Text Font Color

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

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


#ab90ae Background Color

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

This div background color is #ab90ae


#ab90ae Border Color

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

This div border color is #ab90ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab90ae


Comments

No comments written yet.

Please login to write comment.