Color Hex Logo

#a382db Color Hex

#A382DB
(163,130,219)
0 Favorites   0 Comments

Color spaces of #a382db

RGB 163130219
HSL0.730.550.68
HSV262°41°86°
CMYK 0.260.410.00   0.14
XYZ35.873128.866370.6989
Yxy28.86630.26490.2131
Hunter Lab53.727425.1594-40.4095
CIE-Lab60.663530.8920-41.0082

#a382db color RGB value is (163,130,219).

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

The process color (four color CMYK) of #a382db color hex is 0.26, 0.41, 0.00, 0.14. Web safe color of #a382db is #9999cc. Color #a382db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000010 11011011
Octal 243 202 333
Decimal 163 130 219
Hex A3 82 DB

RGB Percentages of Color #a382db

%31.84
%25.39
%42.77

CMYK Percentages of Color #a382db

%26
%41
%0
%14

Triadic Colors of #a382db

#a382db #dba382 #82dba3

Analogous Colors of #a382db

#a382db #d082db #828edb

Monochromatic Colors of #a382db

#a382db

Complementary Color

#a382db #badb82

#a382db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a382db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a382db Color CSS Codes

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

#a382db Text Font Color

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

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


#a382db Background Color

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

This div background color is #a382db


#a382db Border Color

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

This div border color is #a382db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a382db


Comments

No comments written yet.

Please login to write comment.