Color Hex Logo

#a880db Color Hex

#A880DB
(168,128,219)
0 Favorites   0 Comments

Color spaces of #a880db

RGB 168128219
HSL0.740.560.68
HSV266°42°86°
CMYK 0.230.420.00   0.14
XYZ36.653828.877670.6599
Yxy28.87760.26910.2120
Hunter Lab53.737927.7109-40.3439
CIE-Lab60.673533.4513-40.9591

#a880db color RGB value is (168,128,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000000 11011011
Octal 250 200 333
Decimal 168 128 219
Hex A8 80 DB

RGB Percentages of Color #a880db

%32.62
%24.85
%42.52

CMYK Percentages of Color #a880db

%23
%42
%0
%14

Triadic Colors of #a880db

#a880db #dba880 #80dba8

Analogous Colors of #a880db

#a880db #d680db #8086db

Monochromatic Colors of #a880db

#a880db

Complementary Color

#a880db #b3db80

#a880db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a880db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a880db Color CSS Codes

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

#a880db Text Font Color

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

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


#a880db Background Color

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

This div background color is #a880db


#a880db Border Color

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

This div border color is #a880db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a880db


Comments

No comments written yet.

Please login to write comment.