Color Hex Logo

#a381db Color Hex

#A381DB
(163,129,219)
0 Favorites   0 Comments

Color spaces of #a381db

RGB 163129219
HSL0.730.560.68
HSV263°41°86°
CMYK 0.260.410.00   0.14
XYZ35.740728.601570.6547
Yxy28.60150.26480.2119
Hunter Lab53.480425.7001-40.8937
CIE-Lab60.428331.4604-41.3775

#a381db color RGB value is (163,129,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10000001 11011011
Octal 243 201 333
Decimal 163 129 219
Hex A3 81 DB

RGB Percentages of Color #a381db

%31.90
%25.24
%42.86

CMYK Percentages of Color #a381db

%26
%41
%0
%14

Triadic Colors of #a381db

#a381db #dba381 #81dba3

Analogous Colors of #a381db

#a381db #d081db #818cdb

Monochromatic Colors of #a381db

#a381db

Complementary Color

#a381db #b9db81

#a381db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a381db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a381db Color CSS Codes

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

#a381db Text Font Color

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

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


#a381db Background Color

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

This div background color is #a381db


#a381db Border Color

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

This div border color is #a381db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a381db


Comments

No comments written yet.

Please login to write comment.