Color Hex Logo

#ab90be Color Hex

#AB90BE
(171,144,190)
0 Favorites   0 Comments

Color spaces of #ab90be

RGB 171144190
HSL0.760.260.65
HSV275°24°75°
CMYK 0.100.240.00   0.25
XYZ36.062132.322253.0533
Yxy32.32220.29700.2662
Hunter Lab56.852613.7320-15.5310
CIE-Lab63.608318.8322-20.1236

#ab90be color RGB value is (171,144,190).

#ab90be hex color red value is 171, green value is 144 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ab90be hue: 0.76 , saturation: 0.26 and the lightness value of ab90be is 0.65.

The process color (four color CMYK) of #ab90be color hex is 0.10, 0.24, 0.00, 0.25. Web safe color of #ab90be is #9999cc. Color #ab90be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010000 10111110
Octal 253 220 276
Decimal 171 144 190
Hex AB 90 BE

RGB Percentages of Color #ab90be

%33.86
%28.51
%37.62

CMYK Percentages of Color #ab90be

%10
%24
%0
%25

Triadic Colors of #ab90be

#ab90be #beab90 #90beab

Analogous Colors of #ab90be

#ab90be #be90ba #9490be

Monochromatic Colors of #ab90be

#ab90be

Complementary Color

#ab90be #a3be90

#ab90be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab90be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab90be Color CSS Codes

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

#ab90be Text Font Color

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

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


#ab90be Background Color

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

This div background color is #ab90be


#ab90be Border Color

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

This div border color is #ab90be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab90be


Comments

No comments written yet.

Please login to write comment.