Color Hex Logo

#a879db Color Hex

#A879DB
(168,121,219)
0 Favorites   0 Comments

Color spaces of #a879db

RGB 168121219
HSL0.750.580.67
HSV269°45°86°
CMYK 0.230.450.00   0.14
XYZ35.772027.114070.3660
Yxy27.11400.26850.2035
Hunter Lab52.071131.5022-43.6714
CIE-Lab59.079737.3787-43.4665

#a879db color RGB value is (168,121,219).

#a879db hex color red value is 168, green value is 121 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a879db hue: 0.75 , saturation: 0.58 and the lightness value of a879db is 0.67.

The process color (four color CMYK) of #a879db color hex is 0.23, 0.45, 0.00, 0.14. Web safe color of #a879db is #9966cc. Color #a879db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111001 11011011
Octal 250 171 333
Decimal 168 121 219
Hex A8 79 DB

RGB Percentages of Color #a879db

%33.07
%23.82
%43.11

CMYK Percentages of Color #a879db

%23
%45
%0
%14

Triadic Colors of #a879db

#a879db #dba879 #79dba8

Analogous Colors of #a879db

#a879db #d979db #797bdb

Monochromatic Colors of #a879db

#a879db

Complementary Color

#a879db #acdb79

#a879db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a879db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a879db Color CSS Codes

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

#a879db Text Font Color

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

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


#a879db Background Color

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

This div background color is #a879db


#a879db Border Color

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

This div border color is #a879db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a879db


Comments

No comments written yet.

Please login to write comment.