Color Hex Logo

#ab80db Color Hex

#AB80DB
(171,128,219)
0 Favorites   0 Comments

Color spaces of #ab80db

RGB 171128219
HSL0.750.560.68
HSV268°42°86°
CMYK 0.220.420.00   0.14
XYZ37.299929.210770.6901
Yxy29.21070.27190.2129
Hunter Lab54.046928.6077-39.7149
CIE-Lab60.967134.3114-40.4774

#ab80db color RGB value is (171,128,219).

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

The process color (four color CMYK) of #ab80db color hex is 0.22, 0.42, 0.00, 0.14. Web safe color of #ab80db is #9999cc. Color #ab80db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000000 11011011
Octal 253 200 333
Decimal 171 128 219
Hex AB 80 DB

RGB Percentages of Color #ab80db

%33.01
%24.71
%42.28

CMYK Percentages of Color #ab80db

%22
%42
%0
%14

Triadic Colors of #ab80db

#ab80db #dbab80 #80dbab

Analogous Colors of #ab80db

#ab80db #d980db #8083db

Monochromatic Colors of #ab80db

#ab80db

Complementary Color

#ab80db #b0db80

#ab80db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab80db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab80db Color CSS Codes

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

#ab80db Text Font Color

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

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


#ab80db Background Color

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

This div background color is #ab80db


#ab80db Border Color

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

This div border color is #ab80db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab80db


Comments

No comments written yet.

Please login to write comment.