Color Hex Logo

#a3abfd Color Hex

#A3ABFD
(163,171,253)
0 Favorites   0 Comments

Color spaces of #a3abfd

RGB 163171253
HSL0.650.960.82
HSV235°36°99°
CMYK 0.360.320.00   0.01
XYZ47.396844.004298.9241
Yxy44.00420.24900.2312
Hunter Lab66.335711.4508-41.9822
CIE-Lab72.231316.1899-41.5835

#a3abfd color RGB value is (163,171,253).

#a3abfd hex color red value is 163, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a3abfd hue: 0.65 , saturation: 0.96 and the lightness value of a3abfd is 0.82.

The process color (four color CMYK) of #a3abfd color hex is 0.36, 0.32, 0.00, 0.01. Web safe color of #a3abfd is #9999ff. Color #a3abfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101011 11111101
Octal 243 253 375
Decimal 163 171 253
Hex A3 AB FD

RGB Percentages of Color #a3abfd

%27.77
%29.13
%43.10

CMYK Percentages of Color #a3abfd

%36
%32
%0
%1

Triadic Colors of #a3abfd

#a3abfd #fda3ab #abfda3

Analogous Colors of #a3abfd

#a3abfd #c8a3fd #a3d8fd

Monochromatic Colors of #a3abfd

#a3abfd

Complementary Color

#a3abfd #fdf5a3

#a3abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3abfd Color CSS Codes

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

#a3abfd Text Font Color

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

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


#a3abfd Background Color

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

This div background color is #a3abfd


#a3abfd Border Color

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

This div border color is #a3abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3abfd

Related Colors


Comments

No comments written yet.

Please login to write comment.