Color Hex Logo

#a480db Color Hex

#A480DB
(164,128,219)
0 Favorites   0 Comments

Color spaces of #a480db

RGB 164128219
HSL0.730.560.68
HSV264°42°86°
CMYK 0.250.420.00   0.14
XYZ35.815228.445370.6207
Yxy28.44530.26550.2109
Hunter Lab53.334126.5325-41.1731
CIE-Lab60.288932.3118-41.5901

#a480db color RGB value is (164,128,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000000 11011011
Octal 244 200 333
Decimal 164 128 219
Hex A4 80 DB

RGB Percentages of Color #a480db

%32.09
%25.05
%42.86

CMYK Percentages of Color #a480db

%25
%42
%0
%14

Triadic Colors of #a480db

#a480db #dba480 #80dba4

Analogous Colors of #a480db

#a480db #d280db #808adb

Monochromatic Colors of #a480db

#a480db

Complementary Color

#a480db #b7db80

#a480db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a480db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a480db Color CSS Codes

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

#a480db Text Font Color

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

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


#a480db Background Color

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

This div background color is #a480db


#a480db Border Color

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

This div border color is #a480db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a480db


Comments

No comments written yet.

Please login to write comment.