Color Hex Logo

#a884db Color Hex

#A884DB
(168,132,219)
0 Favorites   0 Comments

Color spaces of #a884db

RGB 168132219
HSL0.740.550.69
HSV265°40°86°
CMYK 0.230.400.00   0.14
XYZ37.185929.941870.8373
Yxy29.94180.26950.2170
Hunter Lab54.719125.5463-38.4512
CIE-Lab61.604031.1931-39.4995

#a884db color RGB value is (168,132,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000100 11011011
Octal 250 204 333
Decimal 168 132 219
Hex A8 84 DB

RGB Percentages of Color #a884db

%32.37
%25.43
%42.20

CMYK Percentages of Color #a884db

%23
%40
%0
%14

Triadic Colors of #a884db

#a884db #dba884 #84dba8

Analogous Colors of #a884db

#a884db #d484db #848cdb

Monochromatic Colors of #a884db

#a884db

Complementary Color

#a884db #b7db84

#a884db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a884db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a884db Color CSS Codes

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

#a884db Text Font Color

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

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


#a884db Background Color

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

This div background color is #a884db


#a884db Border Color

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

This div border color is #a884db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a884db


Comments

No comments written yet.

Please login to write comment.