Color Hex Logo

#a484db Color Hex

#A484DB
(164,132,219)
0 Favorites   0 Comments

Color spaces of #a484db

RGB 164132219
HSL0.730.550.69
HSV262°40°86°
CMYK 0.250.400.00   0.14
XYZ36.347329.509570.7980
Yxy29.50950.26600.2159
Hunter Lab54.322624.3698-39.2460
CIE-Lab61.228730.0408-40.1145

#a484db color RGB value is (164,132,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000100 11011011
Octal 244 204 333
Decimal 164 132 219
Hex A4 84 DB

RGB Percentages of Color #a484db

%31.84
%25.63
%42.52

CMYK Percentages of Color #a484db

%25
%40
%0
%14

Triadic Colors of #a484db

#a484db #dba484 #84dba4

Analogous Colors of #a484db

#a484db #d084db #8490db

Monochromatic Colors of #a484db

#a484db

Complementary Color

#a484db #bbdb84

#a484db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a484db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a484db Color CSS Codes

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

#a484db Text Font Color

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

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


#a484db Background Color

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

This div background color is #a484db


#a484db Border Color

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

This div border color is #a484db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a484db

#a484db Color Palettes


Comments

No comments written yet.

Please login to write comment.