Color Hex Logo

#a3afde Color Hex

#A3AFDE
(163,175,222)
0 Favorites   0 Comments

Color spaces of #a3afde

RGB 163175222
HSL0.630.470.75
HSV228°27°87°
CMYK 0.270.210.00   0.13
XYZ43.619043.720475.2472
Yxy43.72040.26830.2689
Hunter Lab66.12142.0405-21.1880
CIE-Lab72.04126.1819-25.0283

#a3afde color RGB value is (163,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101111 11011110
Octal 243 257 336
Decimal 163 175 222
Hex A3 AF DE

RGB Percentages of Color #a3afde

%29.11
%31.25
%39.64

CMYK Percentages of Color #a3afde

%27
%21
%0
%13

Triadic Colors of #a3afde

#a3afde #dea3af #afdea3

Analogous Colors of #a3afde

#a3afde #b5a3de #a3cdde

Monochromatic Colors of #a3afde

#a3afde

Complementary Color

#a3afde #ded2a3

#a3afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3afde Color CSS Codes

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

#a3afde Text Font Color

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

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


#a3afde Background Color

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

This div background color is #a3afde


#a3afde Border Color

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

This div border color is #a3afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3afde


Comments

No comments written yet.

Please login to write comment.