Color Hex Logo

#ab80ff Color Hex

#AB80FF
(171,128,255)
0 Favorites   0 Comments

Color spaces of #ab80ff

RGB 171128255
HSL0.721.000.75
HSV260°50°100°
CMYK 0.330.500.00   0.00
XYZ42.563831.316398.4090
Yxy31.31630.24700.1818
Hunter Lab55.961037.8350-65.0905
CIE-Lab62.773742.9926-57.5528

#ab80ff color RGB value is (171,128,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000000 11111111
Octal 253 200 377
Decimal 171 128 255
Hex AB 80 FF

RGB Percentages of Color #ab80ff

%30.87
%23.10
%46.03

CMYK Percentages of Color #ab80ff

%33
%50
%0
%0

Triadic Colors of #ab80ff

#ab80ff #ffab80 #80ffab

Analogous Colors of #ab80ff

#ab80ff #eb80ff #8095ff

Monochromatic Colors of #ab80ff

#ab80ff

Complementary Color

#ab80ff #d4ff80

#ab80ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab80ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab80ff Color CSS Codes

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

#ab80ff Text Font Color

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

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


#ab80ff Background Color

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

This div background color is #ab80ff


#ab80ff Border Color

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

This div border color is #ab80ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab80ff


Comments

No comments written yet.

Please login to write comment.