Color Hex Logo

#a3afdb Color Hex

#A3AFDB
(163,175,219)
0 Favorites   0 Comments

Color spaces of #a3afdb

RGB 163175219
HSL0.630.440.75
HSV227°26°86°
CMYK 0.260.200.00   0.14
XYZ43.220443.560973.1480
Yxy43.56090.27020.2724
Hunter Lab66.00071.3891-19.5101
CIE-Lab71.93405.4656-23.5533

#a3afdb color RGB value is (163,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101111 11011011
Octal 243 257 333
Decimal 163 175 219
Hex A3 AF DB

RGB Percentages of Color #a3afdb

%29.26
%31.42
%39.32

CMYK Percentages of Color #a3afdb

%26
%20
%0
%14

Triadic Colors of #a3afdb

#a3afdb #dba3af #afdba3

Analogous Colors of #a3afdb

#a3afdb #b3a3db #a3cbdb

Monochromatic Colors of #a3afdb

#a3afdb

Complementary Color

#a3afdb #dbcfa3

#a3afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3afdb Color CSS Codes

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

#a3afdb Text Font Color

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

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


#a3afdb Background Color

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

This div background color is #a3afdb


#a3afdb Border Color

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

This div border color is #a3afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3afdb


Comments

No comments written yet.

Please login to write comment.