Color Hex Logo

#ab80bd Color Hex

#AB80BD
(171,128,189)
0 Favorites   0 Comments

Color spaces of #ab80bd

RGB 171128189
HSL0.780.320.62
HSV282°32°74°
CMYK 0.100.320.00   0.26
XYZ33.699127.770451.7282
Yxy27.77040.29770.2453
Hunter Lab52.697621.9264-21.3110
CIE-Lab59.680727.6758-25.5739

#ab80bd color RGB value is (171,128,189).

#ab80bd hex color red value is 171, green value is 128 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab80bd hue: 0.78 , saturation: 0.32 and the lightness value of ab80bd is 0.62.

The process color (four color CMYK) of #ab80bd color hex is 0.10, 0.32, 0.00, 0.26. Web safe color of #ab80bd is #9999cc. Color #ab80bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000000 10111101
Octal 253 200 275
Decimal 171 128 189
Hex AB 80 BD

RGB Percentages of Color #ab80bd

%35.04
%26.23
%38.73

CMYK Percentages of Color #ab80bd

%10
%32
%0
%26

Triadic Colors of #ab80bd

#ab80bd #bdab80 #80bdab

Analogous Colors of #ab80bd

#ab80bd #bd80b1 #8d80bd

Monochromatic Colors of #ab80bd

#ab80bd

Complementary Color

#ab80bd #92bd80

#ab80bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab80bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab80bd Color CSS Codes

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

#ab80bd Text Font Color

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

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


#ab80bd Background Color

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

This div background color is #ab80bd


#ab80bd Border Color

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

This div border color is #ab80bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab80bd


Comments

No comments written yet.

Please login to write comment.