Color Hex Logo

#a3a6de Color Hex

#A3A6DE
(163,166,222)
0 Favorites   0 Comments

Color spaces of #a3a6de

RGB 163166222
HSL0.660.470.75
HSV237°27°87°
CMYK 0.270.250.00   0.13
XYZ41.925340.332974.6826
Yxy40.33290.26710.2570
Hunter Lab63.50826.6985-25.2665
CIE-Lab69.706011.1898-28.6112

#a3a6de color RGB value is (163,166,222).

#a3a6de hex color red value is 163, green value is 166 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a3a6de hue: 0.66 , saturation: 0.47 and the lightness value of a3a6de is 0.75.

The process color (four color CMYK) of #a3a6de color hex is 0.27, 0.25, 0.00, 0.13. Web safe color of #a3a6de is #9999cc. Color #a3a6de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10100110 11011110
Octal 243 246 336
Decimal 163 166 222
Hex A3 A6 DE

RGB Percentages of Color #a3a6de

%29.58
%30.13
%40.29

CMYK Percentages of Color #a3a6de

%27
%25
%0
%13

Triadic Colors of #a3a6de

#a3a6de #dea3a6 #a6dea3

Analogous Colors of #a3a6de

#a3a6de #bea3de #a3c4de

Monochromatic Colors of #a3a6de

#a3a6de

Complementary Color

#a3a6de #dedba3

#a3a6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3a6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3a6de Color CSS Codes

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

#a3a6de Text Font Color

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

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


#a3a6de Background Color

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

This div background color is #a3a6de


#a3a6de Border Color

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

This div border color is #a3a6de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,166,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a3a6de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3a6de


Comments

No comments written yet.

Please login to write comment.