Color Hex Logo

#a3abdb Color Hex

#A3ABDB
(163,171,219)
0 Favorites   0 Comments

Color spaces of #a3abdb

RGB 163171219
HSL0.640.440.75
HSV231°26°86°
CMYK 0.260.220.00   0.14
XYZ42.453342.026872.8923
Yxy42.02680.26980.2671
Hunter Lab64.82813.4433-21.2857
CIE-Lab70.88947.6800-25.1501

#a3abdb color RGB value is (163,171,219).

#a3abdb hex color red value is 163, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a3abdb hue: 0.64 , saturation: 0.44 and the lightness value of a3abdb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101011 11011011
Octal 243 253 333
Decimal 163 171 219
Hex A3 AB DB

RGB Percentages of Color #a3abdb

%29.48
%30.92
%39.60

CMYK Percentages of Color #a3abdb

%26
%22
%0
%14

Triadic Colors of #a3abdb

#a3abdb #dba3ab #abdba3

Analogous Colors of #a3abdb

#a3abdb #b7a3db #a3c7db

Monochromatic Colors of #a3abdb

#a3abdb

Complementary Color

#a3abdb #dbd3a3

#a3abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3abdb Color CSS Codes

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

#a3abdb Text Font Color

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

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


#a3abdb Background Color

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

This div background color is #a3abdb


#a3abdb Border Color

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

This div border color is #a3abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3abdb


Comments

No comments written yet.

Please login to write comment.