Color Hex Logo

#a328db Color Hex

#A328DB
(163,40,219)
0 Favorites   0 Comments

Color spaces of #a328db

RGB 16340219
HSL0.780.710.51
HSV281°82°86°
CMYK 0.260.820.00   0.14
XYZ28.649214.418668.2909
Yxy14.41860.25730.1295
Hunter Lab37.971868.2250-80.0505
CIE-Lab44.827473.0573-66.3228

#a328db color RGB value is (163,40,219).

#a328db hex color red value is 163, green value is 40 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a328db hue: 0.78 , saturation: 0.71 and the lightness value of a328db is 0.51.

The process color (four color CMYK) of #a328db color hex is 0.26, 0.82, 0.00, 0.14. Web safe color of #a328db is #9933cc. Color #a328db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101000 11011011
Octal 243 50 333
Decimal 163 40 219
Hex A3 28 DB

RGB Percentages of Color #a328db

%38.63
%9.48
%51.90

CMYK Percentages of Color #a328db

%26
%82
%0
%14

Triadic Colors of #a328db

#a328db #dba328 #28dba3

Analogous Colors of #a328db

#a328db #db28ba #4a28db

Monochromatic Colors of #a328db

#a328db

Complementary Color

#a328db #60db28

#a328db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a328db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a328db Color CSS Codes

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

#a328db Text Font Color

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

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


#a328db Background Color

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

This div background color is #a328db


#a328db Border Color

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

This div border color is #a328db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a328db


Comments

No comments written yet.

Please login to write comment.