Color Hex Logo

#ab9ffa Color Hex

#AB9FFA
(171,159,250)
0 Favorites   0 Comments

Color spaces of #ab9ffa

RGB 171159250
HSL0.690.900.80
HSV248°36°98°
CMYK 0.320.360.00   0.02
XYZ46.448040.356395.7840
Yxy40.35630.25440.2210
Hunter Lab63.526619.3402-44.9275
CIE-Lab69.722624.3399-43.8373

#ab9ffa color RGB value is (171,159,250).

#ab9ffa hex color red value is 171, green value is 159 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ab9ffa hue: 0.69 , saturation: 0.90 and the lightness value of ab9ffa is 0.80.

The process color (four color CMYK) of #ab9ffa color hex is 0.32, 0.36, 0.00, 0.02. Web safe color of #ab9ffa is #9999ff. Color #ab9ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011111 11111010
Octal 253 237 372
Decimal 171 159 250
Hex AB 9F FA

RGB Percentages of Color #ab9ffa

%29.48
%27.41
%43.10

CMYK Percentages of Color #ab9ffa

%32
%36
%0
%2

Triadic Colors of #ab9ffa

#ab9ffa #faab9f #9ffaab

Analogous Colors of #ab9ffa

#ab9ffa #d99ffa #9fc1fa

Monochromatic Colors of #ab9ffa

#ab9ffa

Complementary Color

#ab9ffa #eefa9f

#ab9ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9ffa Color CSS Codes

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

#ab9ffa Text Font Color

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

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


#ab9ffa Background Color

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

This div background color is #ab9ffa


#ab9ffa Border Color

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

This div border color is #ab9ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9ffa


Comments

No comments written yet.

Please login to write comment.