Color Hex Logo

#ab89ff Color Hex

#AB89FF
(171,137,255)
0 Favorites   0 Comments

Color spaces of #ab89ff

RGB 171137255
HSL0.711.000.77
HSV257°46°100°
CMYK 0.330.460.00   0.00
XYZ43.790233.769298.8179
Yxy33.76920.24830.1915
Hunter Lab58.111332.8153-60.1444
CIE-Lab64.779037.9887-54.3630

#ab89ff color RGB value is (171,137,255).

#ab89ff hex color red value is 171, green value is 137 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ab89ff hue: 0.71 , saturation: 1.00 and the lightness value of ab89ff is 0.77.

The process color (four color CMYK) of #ab89ff color hex is 0.33, 0.46, 0.00, 0.00. Web safe color of #ab89ff is #9999ff. Color #ab89ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001001 11111111
Octal 253 211 377
Decimal 171 137 255
Hex AB 89 FF

RGB Percentages of Color #ab89ff

%30.37
%24.33
%45.29

CMYK Percentages of Color #ab89ff

%33
%46
%0
%0

Triadic Colors of #ab89ff

#ab89ff #ffab89 #89ffab

Analogous Colors of #ab89ff

#ab89ff #e689ff #89a2ff

Monochromatic Colors of #ab89ff

#ab89ff

Complementary Color

#ab89ff #ddff89

#ab89ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab89ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab89ff Color CSS Codes

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

#ab89ff Text Font Color

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

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


#ab89ff Background Color

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

This div background color is #ab89ff


#ab89ff Border Color

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

This div border color is #ab89ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab89ff


Comments

No comments written yet.

Please login to write comment.